ggoodrich-ipp commented on pull request #4137: URL: https://github.com/apache/cloudstack/pull/4137#issuecomment-781668752
> @ggoodrich-ipp cool, thanks for update. > I think you need to revert the change below in setup/db/create-schema.sql > > ``` > `ike_version` varchar(5) NOT NULL DEFAULT 'ike' COMMENT 'one of ike, ikev1, ikev2', > `split_connections` int(1) NOT NULL DEFAULT 0, > ``` > > all travis test failed with error > > ``` > [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:java (create-schema) on project cloud-developer: An exception occured while executing the Java class. null: InvocationTargetException: Unable to upgrade the database: Unable to execute upgrade script: Duplicate column name 'ike_version' -> [Help 1] > ``` Shouldn't these SQL changes be in both places? I guess I'm confused. If you were doing a fresh installation, and not an upgrade, how would you get the columns? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
