You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: