add gist index back

This commit is contained in:
keyan 2022-04-12 14:21:46 -05:00
parent c284e18278
commit 501b7bd941
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
CREATE INDEX "item_gist_path_index" ON "Item" USING GIST ("path" gist_ltree_ops(siglen=2024));