1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-06-28 20:55:08 +03:00
kohana-migrations/classes
Matt Button 9e6cfc6a59 Fixed a few bugs and added sensible funtionality:
* Fixed a bug where already appled migrations would be selected when asked to bring a location up to latest version
* You can now use booleans to get migrations needed to migrate to one of two extremes (TRUE = latest, FALSE = undo everything)
* If you're rolling back to a version then you don't want to execute the down() for that migration
2010-12-28 03:29:57 +00:00
..
controller Initial import 2010-12-24 15:52:03 +00:00
minion Renaming 'module' to 'location' in migration related code, makes more sense 2010-12-28 02:47:49 +00:00
model/minion Fixed a few bugs and added sensible funtionality: 2010-12-28 03:29:57 +00:00