4 lines
190 B
MySQL
Raw Normal View History

2022-11-06 12:31:07 -06:00
-- This is an empty migration.
ALTER EXTENSION ltree UPDATE TO '1.2';
DROP INDEX "Item.path_index";
CREATE INDEX "Item.path_index" ON "Item" USING GIST ("path" gist_ltree_ops(siglen=2024));