Skip to main content

v5.2.1

  • Fixed a boot error on newer oxmysql versions where the resource stopped with "Column 'garage' cannot be null": the owned_vehicles column migration passed the default garage as a named placeholder (@default), which newer oxmysql no longer substitutes and which is not allowed in a DDL DEFAULT clause, so MariaDB read it as an unset variable (NULL). The default is now written as an inline SQL literal and the migration runs on every oxmysql version

Changed files

server/main.lua