Skip to content

Commit 749decd

Browse files
authored
Update src/content/docs/bff/upgrading/bff-v3-to-v4.md
1 parent 0874c49 commit 749decd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/bff/upgrading/bff-v3-to-v4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ dotnet ef migrations add BFFUserSessionsV4 -o Migrations -c SessionDbContext
140140
```
141141

142142
In the `UserSessions` table, a number of changes were introduced:
143-
* The `ApplicationName` column was renamed to `PartitionKey`.
143+
* The `ApplicationName` column was renamed to `PartitionKey`. This column will contain the BFF frontend name.
144144
* Related indexes were updated.
145145

146146
```sqlite

0 commit comments

Comments
 (0)