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

1 line
81 B
MySQL
Raw Normal View History

2022-09-27 21:44:36 +00:00
CREATE INDEX IF NOT EXISTS "item_gist_path_index" ON "Item" USING GIST ("path");