mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 18:58:54 +00:00
ensure migration order
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user