Fix cells unique index

This commit is contained in:
2023-11-08 16:06:26 -05:00
parent e85edff30a
commit c7ead28cfa
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
DROP INDEX "cells_unique_form_id_master_and_world_id";
CREATE UNIQUE INDEX "cells_unique_form_id_master_and_world_id" ON "cells" ("form_id", "master", "world_id") NULLS NOT DISTINCT;