BLOG-133 Unique label name and semantic ID #135
@ -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