Skip to content

Commit 87049d7

Browse files
Remove outdated references to 'DatabaseMigrator' (#1101)
## PR Type - [ ] Feature - [ ] Hotfix - [ ] Release - [x] Documentation --- ## Checklist - [x] Code builds locally - [x] Tests added or updated - [x] CI is green - [ ] Peer review completed --- ### UAT - [ ] Required → completed - [x] Not required (explain below) Change to documentation
2 parents 002436a + c1d463f commit 87049d7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The solution follows **Clean Architecture** with four main layers:
4242

4343
Supporting projects:
4444
- `src/Aspire/Cats.AppHost` — Aspire orchestration host for local dev and Kubernetes publishing.
45-
- `src/DatabaseMigrator` — standalone migrator used during deployment.
45+
- `src/DatabaseSeeding` — standalone seeder used during deployment.
4646

4747
---
4848

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The recommended way to run and debug these apps is using .NET Aspire.
5454
- **Using Visual Studio Code**: open the project and press `F5`, selecting the *Default Configuration*.
5555
- **Using Visual Studio or other IDEs**: From the debug configuration dropdown, select `Cats.AppHost` and start the application.
5656

57-
On startup, Aspire automatically applies the SQL Project schema to the local SQL Server container before starting the application. The `DatabaseMigrator` project then runs to seed any required reference data. No manual migration steps are needed for local development.
57+
On startup, Aspire automatically applies the SQL Project schema to the local SQL Server container before starting the application. The `DatabaseSeeding` project then runs to seed any required reference data. No manual migration steps are needed for local development.
5858

5959
## Database schema
6060

@@ -100,7 +100,7 @@ Available targets:
100100
The `Publish` target writes output to:
101101

102102
- `artifacts/Server.UI`
103-
- `artifacts/DatabaseMigrator`
103+
- `artifacts/DatabaseSeeding`
104104

105105
---
106106

0 commit comments

Comments
 (0)