Skip to content

Commit 129d463

Browse files
committed
Linting
1 parent 68951b8 commit 129d463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you wish to downgrade to an earlier version of Umbraco, it's best to also rev
2020

2121
## Particular downgrades are possible and safe
2222

23-
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 (e.g. adding a new, nullable field to a database table).
23+
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).
2424

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

@@ -32,7 +32,7 @@ Downgrading the Umbraco application itself is straightforward. In the same way a
3232

3333
`dotnet add package Umbraco.Cms --version <VERSION>`
3434

35-
If you try to start Umbraco, it's quite likely you will find an exception thrown on boot indicating a problem with the migration state. This is because the version of Umbraco you are running now doesn't recognize the state stored by the higher version you were running previously.
35+
If you try to start Umbraco, it's likely you will find an exception thrown on boot indicating a problem with the migration state. This is because the version of Umbraco you are running now doesn't recognize the state stored by the higher version you were running previously.
3636

3737
To resolve this, you need to query the Umbraco database.
3838

0 commit comments

Comments
 (0)