Skip to content

Commit 4b145a8

Browse files
committed
add migration
1 parent 7d46716 commit 4b145a8

File tree

3 files changed

+10276
-0
lines changed

3 files changed

+10276
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ALTER TABLE "workflow" ADD COLUMN "sort_order" integer DEFAULT 0 NOT NULL;--> statement-breakpoint
2+
CREATE INDEX "workflow_folder_sort_idx" ON "workflow" USING btree ("folder_id","sort_order");

0 commit comments

Comments
 (0)