Hi Developers,
Pain
New deployments need default tenant data to function. This seeding should be idempotent and safe to run multiple times.
Suggested Solution
Update the database initializer to seed default tenant data on first run. Ensure the seeding is idempotent.
Implementation:
- Update database initializer
- Add tenant seeding logic
- Ensure idempotency
- Test on clean database
Tasks
Acceptance Criteria
More Information
Files to Modify:
src/Infrastructure/Persistence/ApplicationDbContextInitializer.cs
- Add seed data files if needed
Dependencies: First PBI in this phase must be completed first
Epic: #1483
Thanks!
Hi Developers,
Pain
New deployments need default tenant data to function. This seeding should be idempotent and safe to run multiple times.
Suggested Solution
Update the database initializer to seed default tenant data on first run. Ensure the seeding is idempotent.
Implementation:
Tasks
Acceptance Criteria
More Information
Files to Modify:
src/Infrastructure/Persistence/ApplicationDbContextInitializer.csDependencies: First PBI in this phase must be completed first
Epic: #1483
Thanks!