Skip to content

Commit

Permalink
chore: content_script_version_2: add simple protection and rename mes…
Browse files Browse the repository at this point in the history
…sages_backup if exists (#2531)
  • Loading branch information
Ivansete-status committed Mar 13, 2024
1 parent c734f60 commit c6c376b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const ContentScriptVersion_2* = """
ALTER TABLE IF EXISTS messages_backup RENAME TO messages;
ALTER TABLE messages RENAME TO messages_backup;
ALTER TABLE messages_backup DROP CONSTRAINT messageIndex;
Expand Down

0 comments on commit c6c376b

Please sign in to comment.