1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-07-02 22:55:03 +03:00
Commit graph

9 commits

Author SHA1 Message Date
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 8b550a43d4 Chaning phpunit groups in the migration util test 2011-02-16 23:09:45 +00:00
Matt Button e52563165c Fixing @covers notation in util tests, fixes #19 2011-01-31 17:14:34 +00:00
Matt Button da31601428 Fixing some leftover crud, cheers Bob! 2011-01-29 10:55:34 -08:00
Matt Button 36d92858da Fixing old typo in one of the tests 2011-01-21 01:39:36 +00:00
Matt Button fbe91010ed Migration IDs are now {location}:{timestamp}
This should force uniqueness of migration ids
2010-12-29 03:03:00 +00:00
Matt Button 1d3e2343c9 Renaming some methods and changing get_filename_from_migration() so it doesn't prepend migrations/ 2010-12-28 23:23:01 +00:00
Matt Button 8cadcbf309 Renaming 'module' to 'location' in migration related code, makes more sense 2010-12-28 02:47:49 +00:00
Matt Button 82ba3323d6 Added some utility methods for managing migrations, includes tests 2010-12-24 17:37:52 +00:00