App crashes after updating IDGEN

I’m currently working on IDGEN-33.

After migrating the sql diff queries to liquibase and updating the module on the openmrs standalone server, ID Generation module fails to start because liquibase is trying to create tables that exist in the database already.

Here’s a link to a bin of the server log: https://pastebin.com/xfWyGHRk

I would appreciate any pointers on how to fix this

Did you take a look at this? http://www.liquibase.org/documentation/preconditions.html

And here is an example: https://github.com/openmrs/openmrs-core/blob/master/api/src/main/resources/liquibase-update-to-2.0.xml#L73-L75

Thank you Daniel. Taking a look now