mirror of
https://github.com/usememos/memos.git
synced 2025-09-13 01:05:27 +08:00
chore: remove drop index
This commit is contained in:
parent
6682917931
commit
bf5a29524a
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue