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

This commit is contained in:
2021-04-05 23:19:30 +02:00
parent c6e66e78c6
commit d25e2da345
11 changed files with 171 additions and 10 deletions
@@ -0,0 +1,11 @@
-- +goose Up
-- +goose StatementBegin
ALTER TABLE project
ADD COLUMN start_time TIMESTAMP;
-- +goose StatementEnd
-- +goose Down
-- +goose StatementBegin
ALTER TABLE project
DROP COLUMN IF EXISTS start_time;
-- +goose StatementEnd