- Issue created by @aurelianzaha
- Merge request !9feat(drush): check for SqlBase clas instead of DrupalSqlBase → (Open) created by aurelianzaha
the support for the migration class Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase was added already, but the parent class of this class is not supported yet: Drupal\migrate\Plugin\migrate\source\SqlBase
try to execute 'drush migrate:orphans-purge' on cla migraiton from the class 'Drupal\migrate\Plugin\migrate\source\SqlBase'
check the class 'Drupal\migrate\Plugin\migrate\source\SqlBase' instead of 'Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase'
Active
2.0
Code