ensure migration order

This commit is contained in:
Jérémie N'gadi
2020-05-11 22:41:56 +02:00
parent 1d9f33c70a
commit 3ef71f7d35
7 changed files with 19 additions and 28 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
ESX.EnsureMigrations = function(module)
print('[esx] migrate => ' .. module)
print('[esx] ensure migrations => ' .. module)
local dir
@@ -47,7 +47,7 @@ ESX.EnsureMigrations = function(module)
until sql == nil
if not hasmigrated then
print('[esx] [' .. module .. '] => no pending migration')
-- print('[esx] [' .. module .. '] => no pending migration')
end
end