blossom-project / blossom

Blossom is a Java framework based on Spring-Boot which enables you to realize your projects quickly and smoothly. It comes with several modules and tools made to ease and speed up your development process.
http://blossom-project.com
Apache License 2.0
21 stars 21 forks source link

MariaDB compatibility #185

Closed RLejolivet closed 6 years ago

RLejolivet commented 6 years ago

Trying to run on MariaDB 10.1 and 10.2 (did not try 10.3 yet) with default configuration, installed from debian/ubuntu packages, gives the following error:

Specified key was too long; max key length is 767 bytes [Failed SQL: CREATE INDEX index_trigger_history_job ON sample.qrtz_trigger_history(job_group, job_name)]

Note that running from a docker image with the same versions does not produce this error, I assume because of different default configuration.