I am able to deploy OpenSpecimen from the downloaded installable, but when I build an installable from source (using ant create_zip), I get the following when trying to do a deploy_all from the created installable. Has anyone run into this?
C:\openspecimenteam\OpenSpecimen_v1.0.1_Installable\build.xml:981: The following
error occurred while executing this line:
C:\openspecimenteam\OpenSpecimen_v1.0.1_Installable\build.xml:1583: The followin
g error occurred while executing this line:
C:\openspecimenteam\OpenSpecimen_v1.0.1_Installable\build.xml:1667: The followin
g error occurred while executing this line:
C:\openspecimenteam\OpenSpecimen_v1.0.1_Installable\build.xml:5400: liquibase.ex
ception.MigrationFailedException: Migration failed for change set ./SQL/liquibas
e_xml/dashboard_scripts.xml::2::catissue:
Reason: liquibase.exception.DatabaseException: Error executing SQL ALTER TA
BLE LABELSQL
MODIFY IDENTIFIER
BIGINT(20) AUTO_INCREMENT: Cannot change colu
mn ‘IDENTIFIER’: used in a foreign key constraint ‘FK_LABELSQL’ of table ‘opensp
ecimen101.labelsqlassoc’:
Caused By: Error executing SQL ALTER TABLE LABELSQL
MODIFY IDENTIFI ER
BIGINT(20) AUTO_INCREMENT: Cannot change column ‘IDENTIFIER’: used in a fore
ign key constraint ‘FK_LABELSQL’ of table ‘openspecimen101.labelsqlassoc’:
Caused By: Cannot change column ‘IDENTIFIER’: used in a foreign key co
nstraint ‘FK_LABELSQL’ of table ‘openspecimen101.labelsqlassoc’