Altinn / altinn-profile

Altinn platform microservice for handling user profile
0 stars 1 forks source link

Change database migration to be done with Entity Framework tooling in the release pipeline instead of with yuniql during application start #190

Open olebhansen opened 1 month ago

olebhansen commented 1 month ago

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

olebhansen commented 1 month ago

Spinning the namespace-change out in a separate task (https://github.com/Altinn/altinn-profile/issues/212) as this requires some additional logistics/coordination with consumers.

SandGrainOne commented 1 month ago

I reopened #142 to solve a part of this issue. Postponing further work slightly in favor of #214.