PostgreSQL Support (#4486)
Co-authored-by: Matthew Penner <matthew@pterodactyl.io>
This commit is contained in:
parent
21613fa602
commit
3bf5a71802
223 changed files with 912 additions and 1052 deletions
|
@ -40,6 +40,8 @@ if (!env('SKIP_MIGRATIONS')) {
|
|||
|
||||
$output->writeln('<info>Seeding database for Integration tests...</info>' . PHP_EOL);
|
||||
$kernel->call('db:seed');
|
||||
|
||||
$output->writeln('<info>Database configured, running Integration tests...</info>' . PHP_EOL);
|
||||
} else {
|
||||
$output->writeln(PHP_EOL . '<comment>Skipping database migrations...</comment>' . PHP_EOL);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue