Skip to content

Commit

Permalink
Rename DbScripts_future to DbScripts_finalization (#177)
Browse files Browse the repository at this point in the history
* Rename DbScripts_future to DbScripts_finalization

* Linting
  • Loading branch information
mimartin12 authored Oct 12, 2023
1 parent 6ebcb58 commit 0b10134
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/contributing/database-migrations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ required.
3. Write a new Migration and place it in `src/Migrator/DbScripts_finalization`. Name it
`YYYY-0M-FinalizationMigration.sql`.
- Typically migrations are designed to be run in sequence. However since the migrations in
DbScripts_future can be run out of order, care must be taken to ensure they remain compatible
with the changes to DbScripts. In order to achieve this we only keep a single migration, which
executes all backwards incompatible schema changes.
DbScripts_finalization can be run out of order, care must be taken to ensure they remain
compatible with the changes to DbScripts. In order to achieve this we only keep a single
migration, which executes all backwards incompatible schema changes.

### EF migrations

Expand Down

0 comments on commit 0b10134

Please sign in to comment.