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

MySQL 8: 'groups' is no longer allowed as unquoted table name #6

Closed
4 tasks done
bschmalhofer opened this issue May 7, 2020 · 2 comments
Closed
4 tasks done
Milestone

Comments

@bschmalhofer
Copy link
Contributor

bschmalhofer commented May 7, 2020

'groups' is a reserved word in MySQL 8. The solution is to rename the table 'groups' to 'groups_table'.

TODO:

  • adapt the table creation in the table creation step during installation
  • rename 'groups' to 'groups_table' in the OTOBO Perl modules
  • rename 'groups' to 'groups_table' in the OTOBO test scripts
  • migrate 'groups' to 'groups_table' during the migration to OTOBO 10
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
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
@bschmalhofer
Copy link
Contributor Author

bschmalhofer commented May 7, 2020

Ist noch nicht getestet.

Migrationskript auf OTOBO 10 ist ein separates issue

@bschmalhofer
Copy link
Contributor Author

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant