- Issue created by @DamienMcKenna
- πΊπΈUnited States DamienMcKenna NH, USA
The problem is that if you run the command like this:
drush migrate:orphans-purge --dry-run my_migration_item
.. it thinks that my_migration_item is an argument passed to the --dry-run option.It works if you run the command this way:
drush migrate:orphans-purge my_migration_item --dry-run
- Status changed to Needs review
10 months ago 4:11pm 15 January 2024 - πΊπΈUnited States DamienMcKenna NH, USA
This makes the examples more clear, and forces the dry-run option to be boolean.
- Status changed to RTBC
about 2 months ago 3:17pm 27 September 2024 -
ayalon β
committed 8305c1b2 on 1.0.x
Issue #3410607 by damienmckenna, ayalon: dry-run: Base table or view not...
-
ayalon β
committed 8305c1b2 on 1.0.x