On behalf of James, who is currently having issues [1] responding on the @user list:
> > Good catch Sebastián! > > That should be an easy fix - I'll open a PR to fix this issue. > > Thanks > James > The pull request mentioned has since been merged [2], so that much should be back to normal now. - Mike [1] https://issues.apache.org/jira/browse/INFRA-12334 [2] https://github.com/apache/incubator-guacamole-client/pull/35 On Tue, Jul 26, 2016 at 11:54 AM, <[email protected]> wrote: > At the present day, > > ./extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/schema/001-create-schema.sql > > throws back a MySql error due to a missing comma... > > > root@poc-lxc-1:~/incubator-guacamole-client-master# diff > evil_sentence.sql_ORIGINAL evil_sentence.sql_MODIFIED > 26c26 > < REFERENCES `guacamole_connection` (`connection_id`) ON DELETE SET NULL > --- >> REFERENCES `guacamole_connection` (`connection_id`) ON DELETE SET NULL, > root@poc-lxc-1:~/incubator-guacamole-client-master# > root@poc-lxc-1:~/incubator-guacamole-client-master# > > > It's just a matter of adding that extra comma in order to get the > create_schema_job successful > > Best Regards, > Sebastián >
