Commit bf5a2952 authored by johnnyjoy's avatar johnnyjoy

chore: remove drop index

parent 66829179
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment