fix statusTag being non-nil on active projects.
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-02-27 19:23:24 +01:00
parent 16237a89a4
commit e7be563407
4 changed files with 18 additions and 1 deletions
@@ -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