-
Notifications
You must be signed in to change notification settings - Fork 74
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
MySQL 8: 'groups' is no longer allowed as unquoted table name #6
Milestone
Comments
bschmalhofer
added a commit
to bschmalhofer/otobo
that referenced
this issue
May 7, 2020
bschmalhofer
added a commit
to bschmalhofer/otobo
that referenced
this issue
May 7, 2020
These files might be obsolete.
bschmalhofer
added a commit
to bschmalhofer/otobo
that referenced
this issue
May 7, 2020
bschmalhofer
added a commit
to bschmalhofer/otobo
that referenced
this issue
May 7, 2020
Ist noch nicht getestet. Migrationskript auf OTOBO 10 ist ein separates issue |
The table name has been changes and OTOBO still seems to work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
'groups' is a reserved word in MySQL 8. The solution is to rename the table 'groups' to 'groups_table'.
TODO:
The text was updated successfully, but these errors were encountered: