Phase 2: Foundational
Task: T012
Status: Not Started
Story: Foundational (blocking all user stories)
Depends On: T011 (migration created)
Description
Apply EF Core migration to database to create Certificate-related tables.
Acceptance Criteria
Effort Estimate
1 hour
References
- data-model.md: Full schema specification
- plan.md: Technical Context (SQL Server)
Phase 2: Foundational
Task: T012
Status: Not Started
Story: Foundational (blocking all user stories)
Depends On: T011 (migration created)
Description
Apply EF Core migration to database to create Certificate-related tables.
Acceptance Criteria
dotnet ef database update --context CourseRegistrationDbContext --project CourseRegistration.Infrastructuredotnet ef database update <previous-migration>Effort Estimate
1 hour
References