1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-05-05 02:28:16 +03:00

missed a reference to db:status (refs #11)

This commit is contained in:
Lorenzo Pisani 2011-07-01 21:00:49 -07:00
parent 6005b85670
commit 48df2fe47e

View file

@ -2,7 +2,7 @@
Executed <?php echo count($executed_migrations); ?> migrations
Current versions of groups:
<?php echo new View('minion/task/db/status', array('groups' => $group_versions)) ?>
<?php echo new View('minion/task/migrations/status', array('groups' => $group_versions)) ?>
<?php if($dry_run): ?>
This was a dry run, if it was a real run the following SQL would've been executed: