Skip to content

Commit 228ca6a

Browse files
authored
Update 16/umbraco-cms/fundamentals/setup/upgrading/downgrades-and-rerunning-migrations.md
1 parent 2522b8d commit 228ca6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-cms/fundamentals/setup/upgrading/downgrades-and-rerunning-migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Other factors that may preclude downgrading include packages you may be using. T
2222

2323
## Particular downgrades are possible and safe
2424

25-
That said, between some versions, a downgrade may be possible and perfectly safe. There may be no migrations that run between them. Or, as is often the case, the migrations are backward compatible (for example adding a new, nullable field to a database table).
25+
That said, between some versions, a downgrade may be possible and perfectly safe. There may be no migrations that run between them. Or, as is often the case, migrations are backward compatible (for example, adding a new, nullable field to a database table).
2626

2727
You will need to determine this for yourself, likely via reviewing the changes and migrations between versions and testing.
2828

0 commit comments

Comments
 (0)