We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need a script that will delete old unverified emails. Which means we will also want to add a created timestamp on email_hashes.
created
email_hashes
The text was updated successfully, but these errors were encountered:
for #107: script to delete unverified subscribers
24151ab
for #107: add timestamps to subscribers
7c4045d
knex migration to add columns with default values db update queries set new updated_at values
fix #107: DELETE_UNVERIFIED_SUBSCRIBERS_TIMER and logic
e3cd507
for #107: initial_schema needs timestamp
db45c56
abee22a
3f6d64f
Merge pull request #291 from mozilla/script-to-remove-unverified-emai…
dd49edd
…ls-107 for #107: script to delete unverified subscribers
groovecoder
No branches or pull requests
We need a script that will delete old unverified emails. Which means we will also want to add a
created
timestamp onemail_hashes
.The text was updated successfully, but these errors were encountered: