Created
June 14, 2022 01:31
-
-
Save jhonnymoreira/8e663a893c381e80319307fbbef43098 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE | |
segments | |
SET | |
name = REPLACE(name, '%.protonmail.com%', '.proton.me'); | |
UPDATE | |
urls | |
SET | |
url = REPLACE(url, '%.protonmail.com%', '.proton.me'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mv path/to/your/History path/to/your/History.sqlite
mv path/to/your/History.sqlite path/to/your/History
This is a naive approach aiming to update the significant parts related to URLs and autocompletion with the new Proton Mail address.