mirror of https://github.com/usememos/memos
chore: drop redundant indexes in sqlite migration
parent
1985205dc2
commit
af6a0726d8
@ -0,0 +1,4 @@
|
||||
DROP INDEX IF EXISTS idx_user_username;
|
||||
DROP INDEX IF EXISTS idx_memo_creator_id;
|
||||
DROP INDEX IF EXISTS idx_attachment_creator_id;
|
||||
DROP INDEX IF EXISTS idx_attachment_memo_id;
|
||||
Loading…
Reference in New Issue