Skip to content

Commit d4340f9

Browse files
committed
docs: Fix migration part (fixes Remove unreleased section in migrations doc
Fixes #444)
1 parent 1f7935a commit d4340f9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

MIGRATION.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Migration Guide
22
This document describes the changes that need to be made to migrate from one version of the blog to another.
33

4+
## 9.0 to 11.0
5+
6+
A new config has been added `UseMultiAuthorMode` in `appsettings.json`. The default value of this config is `false`. If set to `true` then author name will be associated with blog posts at the time of creation.
7+
48
## 8.0 to 9.0
59

610
### SQL - Entity Framework Migrations

docs/Migrations/Readme.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,4 @@ This is contrasted by Minor changes. These are things where the user does not ne
66

77
Breaking changes are recorded in the [MIGRATION.md](../../MIGRATION.md). Since version 9 of the blog, “Entity Framework Migrations” has been introduced for all SQL providers. You can read more in the [documentation](../Storage/Readme.md). In a nutshell, this means that database migration can be carried out easily via the “ef migration” CLI tool. More on this in the documentation linked above.
88

9-
Changes for the appsettings.json must currently still be made manually. The exact changes that need to be made here can be found in MIGRATION.md.
10-
11-
## UNRELEASED
12-
13-
A new config has been added `UseMultiAuthorMode` in `appsettings.json`. The default value of this config is `false`. If set to `true` then author name will be associated with blog posts at the time of creation.
9+
Changes for the appsettings.json must currently still be made manually. The exact changes that need to be made here can be found in MIGRATION.md.

0 commit comments

Comments
 (0)