@@ -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
|
||||
Reference in New Issue
Block a user