make path index compatible with postgres 12

This commit is contained in:
keyan 2022-04-13 16:24:24 -05:00
parent 3d6a7dc286
commit ce8afa536b
1 changed files with 1 additions and 1 deletions

View File

@ -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");