chore: update downgrade.sql

This commit is contained in:
naskya 2024-04-01 13:26:01 +09:00
parent 70dd49740e
commit 76097b25c9
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
BEGIN;
DELETE FROM "migrations" WHERE name IN (
'ExpandNoteEdit1711936358554',
'markLocalFilesNsfwByDefault1709305200000',
'FixMutingIndices1710690239308',
'NoteFile1710304584214',
@ -19,6 +20,9 @@ DELETE FROM "migrations" WHERE name IN (
'RemoveNativeUtilsMigration1705877093218'
);
-- expand-note-edit
ALTER TABLE "note_edit" DROP COLUMN "emojis";
-- markLocalFilesNsfwByDefault
ALTER TABLE "meta" DROP COLUMN "markLocalFilesNsfwByDefault";