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

updating documentation (refs #11)

This commit is contained in:
Lorenzo Pisani 2011-07-01 20:49:20 -07:00
parent 1d3f5e736c
commit c6e24b2d81

View file

@ -7,15 +7,15 @@
* *
* Available config options are: * Available config options are:
* *
* --migrate-down * --down
* *
* Migrate the group(s) down * Migrate the group(s) down
* *
* --migrate-up * --up
* *
* Migrate the group(s) up * Migrate the group(s) up
* *
* --migrate-to=(timestamp|+up_migrations|down_migrations) * --to=(timestamp|+up_migrations|down_migrations)
* *
* Migrate to a specific timestamp, or up $up_migrations, or down $down_migrations * Migrate to a specific timestamp, or up $up_migrations, or down $down_migrations
* *
@ -30,7 +30,7 @@
* A list of groups that will be used to source migration files. By default * A list of groups that will be used to source migration files. By default
* migrations will be loaded from all available groups. * migrations will be loaded from all available groups.
* *
* Note, only --migrate-up and --migrate-down can be used with --groups * Note, only --up and --down can be used with --groups
* *
* --dry-run * --dry-run
* *