drush_migrate_upgrade |
./migrate_upgrade.drush.inc |
Execute the upgrade command, configuring the necessary migrations and
optionally perform the imports. |
|
|
drush_migrate_upgrade_rollback |
./migrate_upgrade.drush.inc |
Rolls back any upgrade migrations that are present, and deletes the migrations
themselves. |
|
|
migrate_upgrade_drush_command |
./migrate_upgrade.drush.inc |
Implements hook_drush_command(). |
|
|
migrate_upgrade_help |
./migrate_upgrade.module |
Implements hook_help(). |
|
|
migrate_upgrade_install |
./migrate_upgrade.install |
Implements hook_install(). |
|
|