You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find out how to set up EF tooling to perform database migration and add a release pipeline step. It's a goal to use the same mechanism to perform database migration for local developlent using Aspire.
DB deploy as separate step/user. NOT during application start.
Intent with regards to separate deploy step:
Assumption:
OK to drop everything in the existing DB and start over.
Acceptance criterias:
From identical/duplicate-issue #190
Description
Find out how to set up EF tooling to perform database migration and add a release pipeline step. It's a goal to use the same mechanism to perform database migration for local developlent using Aspire.
Additional information
The altinn-studio team is already doing database migration this way.
https://github.com/Altinn/altinn-studio/blob/main/backend/Migrations.Dockerfile
Tasks
Acceptance criteria
The text was updated successfully, but these errors were encountered: