0.29.1原版
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- Remove deprecated indexes.
|
||||
DROP INDEX IF EXISTS idx_memo_tags;
|
||||
DROP INDEX IF EXISTS idx_memo_content;
|
||||
DROP INDEX IF EXISTS idx_memo_visibility;
|
||||
|
||||
-- Drop deprecated tags column.
|
||||
ALTER TABLE memo DROP COLUMN tags;
|
||||
Reference in New Issue
Block a user