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

9 commits

Author SHA1 Message Date
Matt Button e7b6911806 Outlined changes for dry run, refs #1 2010-12-29 04:30:25 +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 181e2d7b67 Making it easier to pass data into db:migrate task outside of the cli 2010-12-29 02:19:21 +00:00
Matt Button 0a2863ae9a Filling out the environment config option in db:migrate 2010-12-29 01:17:51 +00:00
Matt Button c026cbb415 Limiting command line to executing a single task.
This reduces both the complexity for the end user (no pesky task namespace on config options)
and also removes a good few LOC

Minion_Master has been removed in favour of Controller_Minion + Minion_Test::factory()
2010-12-29 01:01:32 +00:00
Matt Button 2bbd092572 Changing tasks so that allowed config options are stored in member variables 2010-12-29 00:43:45 +00:00
Matt Button 336c6506f3 Implemented code to parse user input on cli and pass it to migration manager 2010-12-28 05:03:03 +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 ed98d5b7c8 Initial import 2010-12-24 15:52:03 +00:00