-
Notifications
You must be signed in to change notification settings - Fork 374
Fix: DAG output bug #3689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Fix: DAG output bug #3689
Changes from all commits
28e7906
dc00953
8ba7d50
3eb54b3
17b892e
518993d
d56000e
51f3340
f6ab05e
b0f7698
16ced56
879a319
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| -- +goose Up | ||
| -- +goose StatementBegin | ||
| ALTER TABLE v1_task ADD COLUMN step_name TEXT; | ||
| ALTER TABLE v1_tasks_olap ADD COLUMN step_name TEXT; | ||
| -- +goose StatementEnd | ||
|
|
||
| -- +goose Down | ||
| -- +goose StatementBegin | ||
| ALTER TABLE v1_task DROP COLUMN step_name; | ||
| ALTER TABLE v1_tasks_olap DROP COLUMN step_name; | ||
| -- +goose StatementEnd | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.