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
The docker compose that creates the spar postgres database, only has a single migration that comes from the common/database init scripts from that repo.
The docker compose that creates the spar postgres database, only has a single migration that comes from the common/database init scripts from that repo.
The docker compose should instead have a step that retrieves all the migrations from the spar folder: https://github.com/bcgov/nr-spar/tree/main/backend/src/main/resources/db/migration, and then the migration step will run those migrations.
The text was updated successfully, but these errors were encountered: