mirror of
https://github.com/slawkens/myaac.git
synced 2025-09-18 06:23:35 +02:00
Add database version to output
This commit is contained in:
@@ -22,7 +22,7 @@ class MigrateCommand extends Command
|
||||
$io = new SymfonyStyle($input, $output);
|
||||
require SYSTEM . 'migrate.php';
|
||||
|
||||
$io->success('Migrated to latest version');
|
||||
$io->success('Migrated to latest version (' . DATABASE_VERSION . ')');
|
||||
return Command::SUCCESS;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user