mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 10:33:01 +00:00
5 lines
499 B
SQL
5 lines
499 B
SQL
ALTER TABLE "Issue" ALTER COLUMN "status" SET DATA TYPE varchar(24);--> statement-breakpoint
|
|
ALTER TABLE "Issue" ALTER COLUMN "status" SET DEFAULT 'TO DO';--> statement-breakpoint
|
|
ALTER TABLE "Organisation" ALTER COLUMN "statuses" SET DATA TYPE varchar(24)[];--> statement-breakpoint
|
|
ALTER TABLE "Organisation" ALTER COLUMN "statuses" SET DEFAULT '{"TO DO","IN PROGRESS","REVIEW","DONE","ARCHIVED","MERGED"}';--> statement-breakpoint
|
|
ALTER TABLE "User" ALTER COLUMN "name" SET DATA TYPE varchar(64); |