1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-07-08 01:24:22 +03:00
kohana-migrations/classes/minion/migration
2011-01-29 05:17:54 +08:00
..
base.php Added basis for migrations deciding what db connection to use, refs #6 2011-01-10 16:01:40 +00:00
database.php Changed Minion_Migration_Database so that it doesn't try and override Database::instance() 2010-12-30 03:21:51 +00:00
exception.php Give more helpful error messages when a migration fails 2011-01-21 00:45:35 +00:00
manager.php fixes #15 - uses array_merge instead of + to prevent overwriting of migrations 2011-01-29 05:17:54 +08:00
util.php Fixing a bug in the migration manager which prevented it from finding migration files 2010-12-30 02:11:49 +00:00