1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-06-26 03:40:54 +03:00
Commit graph

11 commits

Author SHA1 Message Date
Matt Button e42be14cc6 Refactored the migrate view & removed some var_dump calls 2011-02-18 02:20:47 +00:00
Matt Button fd690e6494 Rewrite of the core migrations system is pretty much complete, fixes #4 2011-02-18 02:20:05 +00:00
Matt Button e0fe87f443 Starting to refactor stuff.
Renaming locations -> groups
Cut down the size of fetch_required_migrations()
2011-02-17 20:43:04 +00:00
Matt Button f47bce9bc8 Give more helpful error messages when a migration fails 2011-01-21 00:45:35 +00:00
Matt Button eb907da7f4 Adding db:status to report the status of migrations that have been run 2011-01-20 23:57:03 +00:00
Andrew Hutchings d85ba5037b Fix typos 2011-01-07 22:43:56 +08:00
Andrew Hutchings dc006ee129 Fix PHP short open tag usage 2011-01-07 22:43:55 +08:00
Matt Button 4c8daa7179 Migrations extend Minion_Migration_Base not Minion_Task 2011-01-04 15:29:26 +00:00
Matt Button 4a5cc8bcb8 Adding task to generate migration files 2010-12-31 02:04:25 +00:00
Matt Button d463d9f873 Improving the output of db:migrate to show number of migrations run & also status of locations 2010-12-31 00:51:07 +00:00
Matt Button de7711942f Changing migration system so that the migration manager is responsible for organising dry-runs
This makes more sense from a structural point of view, and reduces the complexity of the db:migrate code.
Can now successfully do a dry run with query output :)

Also added a view so as to display task results.
2010-12-30 03:22:32 +00:00