From f8c3dd3b2fb26f4c7c49e770fbe92119a4213cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20N=27gadi?= Date: Mon, 11 May 2020 22:43:15 +0200 Subject: [PATCH] ensure base as first migration --- server/main.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/main.lua b/server/main.lua index e7aa1a02..f698a3a9 100644 --- a/server/main.lua +++ b/server/main.lua @@ -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)