stacker.news/prisma/migrations/20220412190704_item_path_index/migration.sql

1 line
95 B
MySQL
Raw Normal View History

2022-04-12 19:21:46 +00:00
CREATE INDEX "item_gist_path_index" ON "Item" USING GIST ("path" gist_ltree_ops(siglen=2024));