corda / corda-solutions

Corda Solutions
28 stars 40 forks source link

PSA-40[BNMS] Add Liquibase support for schemas - needed for ENT #114

Closed aelahi23 closed 5 years ago

aelahi23 commented 5 years ago

The test I did with the Corda ENT was check that liquibase created a sql output from the xml files, and then I made a modification to the xml script to update the table by adding a new column, I did this to check if the change log is working and if it would record the new script execution and store the new change, which it did so it would allow me to revert to the older database version.

I did the same test on the open source version by copying the database manager tool over to the open source cord-app and repeating the same steps for the ENT version I also opened the output SQL file to make sure the contents matched the schemas