We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0874c49 commit 749decdCopy full SHA for 749decd
src/content/docs/bff/upgrading/bff-v3-to-v4.md
@@ -140,7 +140,7 @@ dotnet ef migrations add BFFUserSessionsV4 -o Migrations -c SessionDbContext
140
```
141
142
In the `UserSessions` table, a number of changes were introduced:
143
-* The `ApplicationName` column was renamed to `PartitionKey`.
+* The `ApplicationName` column was renamed to `PartitionKey`. This column will contain the BFF frontend name.
144
* Related indexes were updated.
145
146
```sqlite
0 commit comments