mirror of https://github.com/usememos/memos.git
chore: remove drop index
This commit is contained in:
parent
6682917931
commit
bf5a29524a
|
|
@ -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;
|
||||
Loading…
Reference in New Issue