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

Updated and fixed install.sql #154

Closed femboydev closed 3 months ago

femboydev commented 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'

replaced SQL_NOTES with NOTE_VERBOSITY to prevent deprecated feature messages. https://mariadb.com/kb/en/server-system-variables/#sql_notes