mirror of
https://github.com/slawkens/myaac.git
synced 2025-05-04 21:29:21 +02:00
Add database version to output
This commit is contained in:
parent
a4eb798a85
commit
4a148e393a
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user