When I run mvn clean install dependency:copy-dependencies
-DincludeScope=runtime I get the following error.
liquibase.exception.MigrationFailedException: Migration failed for change
set 1.0.0.Final/initial-mysql.xml::013::generated:
Reason:
master.xml :
liquibase.precondition.core.PrimaryKeyExistsPrecondition@6e35bc3d : Table
'unifiedpush.?nstallation' doesn't exist
I already have table name Installation. However when I check the table
hibernate file 'Installation.hbm.xml' it has the following
<class name="org.jboss.aerogear.unifiedpush.api.Installation"
table="installation">
Can it be related to a charset problem? The language locale of the OS is
Turkish.
--
View this message in context: http://aerogear-users.1116366.n5.nabble.com/Unexpected-error-running-Liquibase-Precondition-Error-tp644p653.html
Sent from the aerogear-users mailing list archive at Nabble.com.
_______________________________________________
Aerogear-users mailing list
Aerogear-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-users