Closed CoachYT1 closed 3 months ago
This PR fixes an error when importing the SQL file. 'ox_group_grades' table should be created after 'account_roles' table because it's a foreign key.
This is what the following line is for - is this somehow not working for you?
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
This PR fixes an error when importing the SQL file. 'ox_group_grades' table should be created after 'account_roles' table because it's a foreign key.