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

Add migration to backfill users to announcements mailing list #103

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

nathanmsmith
Copy link
Member

@nathanmsmith nathanmsmith commented Jul 13, 2023

Description

Deployment

  • I am making a frontend change, which will be auto-deployed via Heroku.
  • I am making a Ruby change, which will be auto-deployed via Heroku.
    • I have added one or more gems, and run rake sorbet:update:all to generate their types.
    • I have added or changed a model, and run rake sorbet:update:all to generate their types.
  • I am making a database change, which I will manually deploy after my branch is merged.
    • I have migrated the database using env RAILS_ENV=production rails db:migrate.
    • I have updated the entity relationship diagram via bundle exec erd.
    • I have updated the affected Administrate model dashboards to reflect my DB changes.
  • I am making a Go Lambda change, which I will manually deploy after my branch is merged.
    • I have deployed the lambdas using make deploy.
  • There are other deployment steps I must take after merge, which are:
dokku run rake data_migration:backfill_subscribers_to_announcements_mailing_list

@nathanmsmith nathanmsmith merged commit 40921d6 into main Jul 14, 2023
1 check failed
@nathanmsmith nathanmsmith deleted the nathan/data-migration-announcements-mailing-list branch July 14, 2023 04:19
nathanmsmith added a commit that referenced this pull request Aug 3, 2023
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

Successfully merging this pull request may close these issues.

1 participant