make path index compatible with postgres 12
This commit is contained in:
parent
3d6a7dc286
commit
ce8afa536b
|
@ -1 +1 @@
|
||||||
CREATE INDEX "item_gist_path_index" ON "Item" USING GIST ("path" gist_ltree_ops(siglen=2024));
|
CREATE INDEX IF NOT EXISTS "item_gist_path_index" ON "Item" USING GIST ("path");
|
Loading…
Reference in New Issue