add project tags.
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-04-18 18:03:06 +02:00
parent 03eccfff1f
commit 5a508fe8bb
11 changed files with 196 additions and 12 deletions
@@ -0,0 +1,11 @@
-- +goose Up
-- +goose StatementBegin
ALTER TABLE project
ADD COLUMN tags TEXT[] DEFAULT ARRAY[]::TEXT[];
-- +goose StatementEnd
-- +goose Down
-- +goose StatementBegin
ALTER TABLE project
DROP COLUMN tags;
-- +goose StatementEnd