overextended / ox_core

Player and vehicle management and persistence for FiveM.
https://overextended.dev/ox_core
GNU Lesser General Public License v3.0
152 stars 124 forks source link

fix(sql): create ox_group_grades table after account_roles #155

Closed CoachYT1 closed 3 months ago

CoachYT1 commented 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.

thelindat commented 3 months ago

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 */;
CoachYT1 commented 3 months ago

immagine immagine