feat: create and assign labels on trello import
This commit is contained in:
2
packages/db/migrations/0007_redundant_silver_fox.sql
Normal file
2
packages/db/migrations/0007_redundant_silver_fox.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
DROP INDEX IF EXISTS "unique_slug_per_workspace";--> statement-breakpoint
|
||||
CREATE UNIQUE INDEX IF NOT EXISTS "unique_slug_per_workspace" ON "board" USING btree ("workspaceId","slug") WHERE "board"."deletedAt" IS NULL;
|
||||
Reference in New Issue
Block a user