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
Currently the development postgres database (local) that is created by the docker compose uses a single migration file that was pulled from the database init sql taken from here
For development the database structures should be as close as possible to what is actually deployed in openshift and in the on prem oracle database. For that reason the migrations in the docker compose should use the actual migrations that are used by the nr-spar app. These are found in the backend directory.. example: https://github.com/bcgov/nr-spar/blob/main/backend/src/main/resources/db/migration/V1__create_schema.sql
docker compose is modified to get the nr-spar repo migration files and then run the migrations.
The text was updated successfully, but these errors were encountered:
Currently the development postgres database (local) that is created by the docker compose uses a single migration file that was pulled from the database init sql taken from here
For development the database structures should be as close as possible to what is actually deployed in openshift and in the on prem oracle database. For that reason the migrations in the docker compose should use the actual migrations that are used by the nr-spar app. These are found in the backend directory.. example: https://github.com/bcgov/nr-spar/blob/main/backend/src/main/resources/db/migration/V1__create_schema.sql
The text was updated successfully, but these errors were encountered: