Boost Azure Demo
This commit is contained in:
11
Backend/db/migrations/013_redo_assignment_plan.sql
Normal file
11
Backend/db/migrations/013_redo_assignment_plan.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
-- +goose Up
|
||||
|
||||
ALTER TABLE assignment_assignees
|
||||
ADD COLUMN redo_plan TEXT,
|
||||
ADD COLUMN redo_plan_generated_at TIMESTAMPTZ;
|
||||
|
||||
-- +goose Down
|
||||
|
||||
ALTER TABLE assignment_assignees
|
||||
DROP COLUMN IF EXISTS redo_plan_generated_at,
|
||||
DROP COLUMN IF EXISTS redo_plan;
|
||||
Reference in New Issue
Block a user