From bf5a29524a633baeaf39e4d33527e7b823021181 Mon Sep 17 00:00:00 2001 From: johnnyjoy Date: Mon, 3 Feb 2025 11:45:15 +0800 Subject: [PATCH] chore: remove drop index --- store/migration/sqlite/0.24/00__memo.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/store/migration/sqlite/0.24/00__memo.sql b/store/migration/sqlite/0.24/00__memo.sql index 45854e15..b7eb770d 100644 --- a/store/migration/sqlite/0.24/00__memo.sql +++ b/store/migration/sqlite/0.24/00__memo.sql @@ -2,6 +2,5 @@ ALTER TABLE memo DROP COLUMN tags; -- Remove deprecated indexes. -DROP INDEX IF EXISTS idx_memo_tags; DROP INDEX IF EXISTS idx_memo_content; DROP INDEX IF EXISTS idx_memo_visibility; \ No newline at end of file