Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/docs/reference/modules/Data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,10 @@ public sealed class AdminController : Controller
}
}
```

!!!note
Make sure you create the database for the following providers *before* running the setup process; otherwise, the connection will fail, and the setup process will not be able to create the database for you.

- SQL Server
- MySQL
- PostgreSQL
Loading