Confluex / Zuul

Keymaster and Gatekeeper - Application Configuration Management
http://confluex.com
Apache License 2.0
42 stars 32 forks source link

Install zuul - mysql error #55

Closed mitchthread closed 10 years ago

mitchthread commented 10 years ago

When try to install zuul 1.5, I've an error in mysql as below: "Error executing SQL ALTER TABLE ENVIRONMENT ADD RESTRICTED TINYINT(1) NOT NULL DEFAULT 'false': Invalid default value for 'RESTRICTED':" Mysql version is 5.6.14.

mcantrell commented 10 years ago

I think the problem is in the liquibase changelog here:

https://github.com/mcantrell/Zuul/blob/master/zuul-data/src/main/resources/data/changelog/db.changelog-1.2.xml

defaultValue="true" should be changed to defaultValueBoolean="true" to provide database agnostic refactoring.

I will test this weekend and provide maintenance release.

mcantrell commented 10 years ago

Fixed in 1.5.1 release: https://github.com/mcantrell/Zuul/releases/download/1.5.1/zuul.war