mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 10:33:01 +00:00
2 lines
224 B
SQL
2 lines
224 B
SQL
ALTER TABLE "Issue" ADD COLUMN "status" varchar(64) DEFAULT 'TO DO' NOT NULL;--> statement-breakpoint
|
|
ALTER TABLE "Organisation" ADD COLUMN "statuses" varchar(64)[] DEFAULT '{"TO DO","IN PROGRESS","REVIEW","DONE"}' NOT NULL; |