Closed femboydev closed 3 months ago
The final statement in the SQL is not needed since the table is already created once you install the SQL.
Removed the ALTER statement at end of file that was causing Duplicate FOREIGN KEY constraint name 'overextended/FK_ox_group_grades_account_roles'
Duplicate FOREIGN KEY constraint name 'overextended/FK_ox_group_grades_account_roles'
replaced SQL_NOTES with NOTE_VERBOSITY to prevent deprecated feature messages. https://mariadb.com/kb/en/server-system-variables/#sql_notes
The final statement in the SQL is not needed since the table is already created once you install the SQL.
Removed the ALTER statement at end of file that was causing
Duplicate FOREIGN KEY constraint name 'overextended/FK_ox_group_grades_account_roles'
replaced SQL_NOTES with NOTE_VERBOSITY to prevent deprecated feature messages. https://mariadb.com/kb/en/server-system-variables/#sql_notes