Skip to content

Commit f58dd73

Browse files
omahsowen-mc
authored andcommitted
fix typo
1 parent 9b35202 commit f58dd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/prepare-db-upgrade.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The `compatibility` field takes one of four values:
3737

3838
* **breaking**: the step is unsafe and will prevent certain queries from working.
3939

40-
The `some_relation.rel` line(s) are the actions required to perform the database upgrade. Do a diff on the the new vs old `.dbscheme` file to get an idea of what they have to achieve. Sometimes you won't need any upgrade commands – this happens when the dbscheme has changed in "cosmetic" ways, for example by adding/removing comments or changing union type relationships, but still retains the same on-disk format for all tables; the purpose of the upgrade script is then to document the fact that it's safe to replace the old dbscheme with the new one.
40+
The `some_relation.rel` line(s) are the actions required to perform the database upgrade. Do a diff on the new vs old `.dbscheme` file to get an idea of what they have to achieve. Sometimes you won't need any upgrade commands – this happens when the dbscheme has changed in "cosmetic" ways, for example by adding/removing comments or changing union type relationships, but still retains the same on-disk format for all tables; the purpose of the upgrade script is then to document the fact that it's safe to replace the old dbscheme with the new one.
4141

4242
Ideally, your downgrade script will perfectly revert the changes applied by the upgrade script, such that applying the upgrade and then the downgrade will result in the same database you started with.
4343

0 commit comments

Comments
 (0)