Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jhonnymoreira/8e663a893c381e80319307fbbef43098 to your computer and use it in GitHub Desktop.
Save jhonnymoreira/8e663a893c381e80319307fbbef43098 to your computer and use it in GitHub Desktop.
UPDATE
segments
SET
name = REPLACE(name, '%.protonmail.com%', '.proton.me');
UPDATE
urls
SET
url = REPLACE(url, '%.protonmail.com%', '.proton.me');
@jhonnymoreira
Copy link
Author

jhonnymoreira commented Jun 14, 2022

This is a naive approach aiming to update the significant parts related to URLs and autocompletion with the new Proton Mail address.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment