- Merge request !41Issue #2997576: Provide a drush wrapper to destroy/delete migration tables → (Open) created by codebymikey
- last update
over 1 year ago 36 pass Rerolled for 6.0.x as well as Drush 12.
Still needs to implement tests.
- last update
over 1 year ago 36 pass - heddn Nicaragua
This looks really great!!! Thanks for picking this up.
-
+++ b/src/Drush/MigrateToolsCommands.php @@ -606,6 +606,74 @@ class MigrateToolsCommands extends DrushCommands { + * @param string $migration_names ... + #[CLI\Argument(name: 'migration_names', description: 'Restrict to a comma-separated list of migrations (Optional).')]
For consistency, we call this
$migration_id
in other places. -
+++ b/src/Drush/MigrateToolsCommands.php @@ -606,6 +606,74 @@ class MigrateToolsCommands extends DrushCommands { + public function destroy($migration_names = '', array $options = [
Could we add a test case for this command?
-