mirror of
https://github.com/usememos/memos.git
synced 2026-01-20 07:18:59 +08:00
4 lines
175 B
SQL
4 lines
175 B
SQL
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;
|