Skip to content

Commit 08bb743

Browse files
committed
docs: Add DB migration note
1 parent df8bf41 commit 08bb743

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/docs/configuration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,12 @@ Each database engine requires a connection string to configure the connection. P
295295

296296
You may configure the chosen database engine either using environment variables or by editing the `appsettings.json` file.
297297

298+
:::info
299+
300+
Database migrations are automatically applied on application startup.
301+
302+
:::
303+
298304
### Environment Variables
299305

300306
There are two environment variables related to database configuration. These are:

0 commit comments

Comments
 (0)