mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
ensure base as first migration
This commit is contained in:
@@ -7,6 +7,8 @@ MySQL.ready(function()
|
||||
local start
|
||||
local manifest = LoadResourceFile(GetCurrentResourceName(), 'fxmanifest.lua')
|
||||
|
||||
ESX.EnsureMigrations('base')
|
||||
|
||||
repeat
|
||||
|
||||
start, index = manifest:find("esxmodule '.-'", index)
|
||||
|
||||
Reference in New Issue
Block a user