ensure base as first migration

This commit is contained in:
Jérémie N'gadi
2020-05-11 22:43:15 +02:00
parent 3ef71f7d35
commit f8c3dd3b2f
+2
View File
@@ -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)