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
Edit link
  • Loading branch information
NamibiaTorres committed Mar 11, 2022
commit a18551e98c14048eb22e0b40e09547d1ebc186b5
2 changes: 1 addition & 1 deletion docs/backend/setup/database-migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you need to change the database schema, you'll need to write a migration. The
2. [Add the new SQL to the generated file](#writing-migrations)
3. [Set up your database](#Setup)
4. [Run the migrations](#Running-Migrations)
5. [Delete a migration](#Delete-Migration)
5. [Delete a migration](#Delete-Migrations)
6. Test your new migration

After your testing, if you find that you need to change your migration, you'll need to reset your DB (`make db_<env>_reset`) and rerun the migrations to make sure your updates are reflected in the local DB instance.
Expand Down