Hello, Am facing a liquibase changeset problem when i try to load a module into openmrs instance. Am testing this on openmrs ref app 2.12.0.
i came on different openmrs talk where they suggested to downgrade to mysql version 5.7 and below, but the error still exists. What could i be missing ? Here is my liquibase file. Here is the full log
cc @mozzy@dkayiwa
@sharif the error log shows there is a liquibase validation exception, meaning your changeset may not be valid for some reason. I think you should try using an sql query thats already tested in a DB tool like work bench and then put it in the tag .Thats should save you alot of time to trouble shoot