Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors in SQL #2

Open
cmiicbrg opened this issue Dec 3, 2017 · 1 comment
Open

Errors in SQL #2

cmiicbrg opened this issue Dec 3, 2017 · 1 comment

Comments

@cmiicbrg
Copy link

cmiicbrg commented Dec 3, 2017

Thanks for the great work.
There are two minor errors with the create table event statement in Setup/database.sql

ERROR 1075 (42000): Incorrect table definition; there can be only one auto column and it must be defined as a key
Solution: since Autoincrement is set afterwards - delete auto increment

ERROR 1064 (42000) at line 39: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin' at line 11
Solution: delete the comma at the end of line 48
database.diff.txt

@maphy-psd
Copy link
Collaborator

Thanks for the great code base.

The sql setup file are not regularly updated, because we're editing the database structure sometimes. With release v1.0 always will be works. But thanks for the path. I will commit the next days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants