feat: add unique index to label name column
All checks were successful
Frontend CI / build (push) Successful in 1m22s
All checks were successful
Frontend CI / build (push) Successful in 1m22s
This commit is contained in:
parent
f900c2dc2b
commit
88aceb3a51
@ -0,0 +1,2 @@
|
|||||||
|
-- Remove unique index from label name column
|
||||||
|
DROP INDEX IF EXISTS "idx_label_name";
|
@ -0,0 +1,2 @@
|
|||||||
|
-- Add unique index to label name column
|
||||||
|
CREATE UNIQUE INDEX "idx_label_name" ON "label" ("name");
|
Loading…
x
Reference in New Issue
Block a user