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
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: