From ef33671f56382e4ca208b059ab0b6c74ca6caf01 Mon Sep 17 00:00:00 2001 From: Hongbo Wu Date: Tue, 18 Jun 2024 22:08:11 +0800 Subject: [PATCH] add schema --- packages/db/migrations/0183.undo.library_item_topic_idx.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/db/migrations/0183.undo.library_item_topic_idx.sql b/packages/db/migrations/0183.undo.library_item_topic_idx.sql index 15cf0ac98..c5a065551 100755 --- a/packages/db/migrations/0183.undo.library_item_topic_idx.sql +++ b/packages/db/migrations/0183.undo.library_item_topic_idx.sql @@ -4,6 +4,6 @@ BEGIN; -DROP INDEX IF EXISTS library_item_topic_idx; +DROP INDEX IF EXISTS omnivore.library_item_topic_idx; COMMIT;