revert path index change

This commit is contained in:
keyan 2022-09-27 16:44:36 -05:00
parent 357b19bebd
commit 257303903f
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");