Commit 79965864 authored by Steven's avatar Steven

chore: fix migration script for sqlite

parent 54a48b58
-- Drop deprecated tags column.
ALTER TABLE memo DROP COLUMN tags;
-- Remove deprecated indexes. -- Remove deprecated indexes.
DROP INDEX IF EXISTS idx_memo_tags;
DROP INDEX IF EXISTS idx_memo_content; DROP INDEX IF EXISTS idx_memo_content;
DROP INDEX IF EXISTS idx_memo_visibility; DROP INDEX IF EXISTS idx_memo_visibility;
\ No newline at end of file
-- Drop deprecated tags column.
ALTER TABLE memo DROP COLUMN tags;
\ 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