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
check that the schema changes looks reasonable with e.g. git diff src/main/resources/db/changelog/db.changelog-master.xml
run e.g. make test to generate the actual new SQL schema in the database
now you can write your tests
make test
We moved to SQL in order to be able to have a simple embedded database. Using mongodb was much easier for the developer. We could move back to mongodb if we e.g. standardised on using Docker for easy installations?
The text was updated successfully, but these errors were encountered:
The current procedure:
make
to see that it compilesmake updateSchema
git diff src/main/resources/db/changelog/db.changelog-master.xml
make test
to generate the actual new SQL schema in the databasemake test
We moved to SQL in order to be able to have a simple embedded database. Using mongodb was much easier for the developer. We could move back to mongodb if we e.g. standardised on using Docker for easy installations?
The text was updated successfully, but these errors were encountered: