Skip to content

Commit b9d5797

Browse files
committed
align headers with #593; add link to migrations page
1 parent 582ced5 commit b9d5797

File tree

1 file changed

+10
-5
lines changed
  • docs/getting-started/server/database/ef

1 file changed

+10
-5
lines changed

docs/getting-started/server/database/ef/index.mdx

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ each.
4040

4141
Our EF implementations currently support Postgres, MySQL, and SQLite3.
4242

43-
## Setting Up EF Databases
43+
## Creating the database
4444

45-
The workflow here is broadly the same as with the normal MSSQL implementation: set up the docker
45+
The workflow here is broadly the same as with the normal MSSQL implementation: set up the Docker
4646
container, configure user secrets, and run migrations against their relating databases in
4747
chronological order.
4848

@@ -108,7 +108,7 @@ that the changes take effect.
108108

109109
:::
110110

111-
### Database Setup
111+
### Updating the database
112112

113113
<Tabs
114114
groupId="provider"
@@ -220,7 +220,7 @@ You can also run migrations for all database providers at once using
220220
pwsh migrate.ps1 -all
221221
```
222222

223-
### Optional: Verify
223+
### Verifying changes
224224

225225
If you would like to verify that everything worked correctly:
226226

@@ -229,7 +229,7 @@ If you would like to verify that everything worked correctly:
229229
- Note: this requires a configured MSSQL database. You may also need to set up other EF providers
230230
for tests to pass.
231231

232-
## Testing EF Changes
232+
## Testing changes
233233

234234
In your `server/dev/secrets.json` file find or add this block of secrets in the root of the json
235235
structure:
@@ -265,3 +265,8 @@ existing databases if you have not already. If these settings are not present at
265265
With connection strings applied to your projects: ensure your databases are all migrated using
266266
`pwsh server/dev/migrate.ps1 --all`. Then you can run EF tests from the
267267
`test/Infrastructure.IntegrationTest` folder using `dotnet test`.
268+
269+
## Modifying the database
270+
271+
The process for modifying the database is described in
272+
[Migrations](./../../../../contributing/database-migrations/ef.md).

0 commit comments

Comments
 (0)