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

Change all table names to consist of lowercase letters only #4130

Closed
matthias-ronge opened this issue Jan 5, 2021 · 2 comments
Closed

Change all table names to consist of lowercase letters only #4130

matthias-ronge opened this issue Jan 5, 2021 · 2 comments

Comments

@matthias-ronge
Copy link
Collaborator

In MySQL, table names with uppercase letters cause problems when transferring a dump from Windows to Linux, see also issue #3998. Production should be changed so that all table names only consist of lowercase letters to avoid this in the future.

We should include the point in the coding guidelines so that this doesn't happen again in the future.

@matthias-ronge matthias-ronge changed the title Change the database so that all table names only consist of lowercase letters Change all table names to consist of lowercase letters only Jan 5, 2021
@solth
Copy link
Member

solth commented May 31, 2021

@matthias-ronge hasn't this been resolved by #4412 ?

@matthias-ronge
Copy link
Collaborator Author

Yes :)

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

No branches or pull requests

2 participants