mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-26 06:19:51 +00:00
@@ -16,8 +16,9 @@ class Migration extends Command
|
||||
$this->info('Migration is enabled on this server.');
|
||||
$this->call('migrate', ['--force' => true, '--isolated' => true]);
|
||||
exit(0);
|
||||
} else {
|
||||
$this->info('Migration is disabled on this server.');
|
||||
exit(0);
|
||||
}
|
||||
$this->info('Migration is disabled on this server.');
|
||||
exit(0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user