Skip to content

Fixed 3 foreign keys on default.sql and demo.sql#82

Merged
timschofield merged 2 commits into
timschofield:masterfrom
timbze:patch-1
Dec 28, 2018
Merged

Fixed 3 foreign keys on default.sql and demo.sql#82
timschofield merged 2 commits into
timschofield:masterfrom
timbze:patch-1

Conversation

@timbze
Copy link
Copy Markdown
Contributor

@timbze timbze commented Dec 28, 2018

This may have to do with a newer version of mySQL, but I could not get the database to be properly created on Windows 10, mySQL 8.0, because 3 foreign keys that had 2 columns in 1 FK were in reverse order from the index key. After changing this the database was properly created.

Reason for changing was that MySQL 8.0 on Windows could not create a few tables because the composite foreign key column order was reversed from the foreign table key index. This made the installer mess up and unable to create all the tables.
Reason for changing was that MySQL 8.0 on Windows could not create a few tables because the composite foreign key column order was reversed from the foreign table key index. This made the installer mess up and unable to create all the tables.
@timschofield timschofield merged commit 5d2babf into timschofield:master Dec 28, 2018
TurboPT pushed a commit to TurboPT/webERP-svn that referenced this pull request Jun 28, 2023
TurboPT pushed a commit to TurboPT/webERP-svn that referenced this pull request Jun 28, 2023
 Merge pull request timschofield#82 from rafa62/master
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

Successfully merging this pull request may close these issues.

2 participants