Find out how we can switch between H2:PostgreSQL mode and on-disk PostgreSQL mode without having to deal with physical files.
This query comes off the back pull request #76 - these scripts may not be necessary.
We need to also test if the 1.sql and 2.sql scripts get adapted when we switch between default, production and qa modes.
Comments (4)
-
reporter -
reporter Did further tests by comparing 1.sql before and after switching between prod.conf and qa.conf and as expected the Sql statements are adapted before applying to the respective environments.
Thus role and database scripts are necessary while the database update script isn't.
Issue can be closed.
-
reporter @richardwarburton @karianna - are you guys happy with with this? Does this help progress issues #72, that @johnoliver is working on?
-
- changed status to resolved
Good work Mani.
- Log in to comment
Partly resolved with the merging of pull request #76.