Files
omnivore/packages/db/migrations/0183.undo.library_item_topic_idx.sql
2024-06-18 22:08:11 +08:00

10 lines
185 B
PL/PgSQL
Executable File

-- Type: UNDO
-- Name: library_item_topic_idx
-- Description: Create index on topic column in library_item table
BEGIN;
DROP INDEX IF EXISTS omnivore.library_item_topic_idx;
COMMIT;