This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
-- +goose Up
|
||||
-- +goose StatementBegin
|
||||
UPDATE project SET status_tag=NULL WHERE active=true;
|
||||
-- +goose StatementEnd
|
||||
|
||||
-- +goose Down
|
||||
-- +goose StatementBegin
|
||||
SELECT 'Nothing to do';
|
||||
-- +goose StatementEnd
|
||||
Reference in New Issue
Block a user