mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
fixed old migration
This commit is contained in:
@@ -1 +1,3 @@
|
||||
ALTER TABLE "Organisation" ALTER COLUMN "statuses" DROP DEFAULT;--> statement-breakpoint
|
||||
ALTER TABLE "Organisation" ALTER COLUMN "statuses" SET DATA TYPE json USING '{}'::json;--> statement-breakpoint
|
||||
ALTER TABLE "Organisation" ALTER COLUMN "statuses" SET DEFAULT '{"TO DO":"#fafafa","IN PROGRESS":"#f97316","REVIEW":"#8952bc","DONE":"#22c55e","REJECTED":"#ef4444","ARCHIVED":"#a1a1a1","MERGED":"#a1a1a1"}'::json;
|
||||
Reference in New Issue
Block a user