1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-06-16 15:01:08 +03:00

Merge branch '3.1/develop' into 3.2/develop

This commit is contained in:
Lorenzo Pisani 2011-07-01 21:01:01 -07:00
commit 04172692df

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: