Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove MDN Newsletter Subscriptions from Database #1008

Open
3 tasks
robhudson opened this issue Dec 11, 2024 · 0 comments
Open
3 tasks

Remove MDN Newsletter Subscriptions from Database #1008

robhudson opened this issue Dec 11, 2024 · 0 comments

Comments

@robhudson
Copy link
Collaborator

The MDN team has discontinued the MDN newsletter. We need to delete all records in the newsletters table where the newsletter name is 'mdnplus'. There have been no prior campaigns, so only the subscription entries exist without any associated engagement data.

Tasks:

  • Create an Alembic migration to remove rows with name='mdnplus' from the newsletters table.
  • Test the migration in a staging environment to ensure it functions correctly.
  • Deploy the migration to production after successful testing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant