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