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;
|
||||
1651
packages/db/migrations/meta/0007_snapshot.json
Normal file
1651
packages/db/migrations/meta/0007_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -50,6 +50,13 @@
|
||||
"when": 1738149668712,
|
||||
"tag": "0006_spicy_mach_iv",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 7,
|
||||
"version": "7",
|
||||
"when": 1738168854269,
|
||||
"tag": "0007_redundant_silver_fox",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user