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

[ MB-11957 ] update migration docs #119

Merged
merged 7 commits into from
Mar 15, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update numbering
  • Loading branch information
NamibiaTorres committed Mar 15, 2022
commit b1832c9ec34891ad1ec4cb7dc2467ab8123382fe
6 changes: 3 additions & 3 deletions docs/backend/setup/database-migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ In the event that you need to make an edit to a migration that you have just cre
you can undo the migration and add it back in after making your edits. To do this, follow these steps:

1. In the migrations manifest delete the line with your migration locally.
2. Rerun the migrations using: `make db_dev_reset db_dev_migrate`
3. To add your updated migration again, re-add the file name to the manifest
4. Run `make db_dev_migrate`
1. Rerun the migrations using: `make db_dev_reset db_dev_migrate`
1. To add your updated migration again, re-add the file name to the manifest
1. Run `make db_dev_migrate`

## Secure Migrations

Expand Down