By admin , 17 February, 2025 Migrate source plugin: Column in on clause is ambiguous If you get this error, you need to add alias for the field in function getIds(). Tags migration
By admin , 27 November, 2023 Remove migration tables drush sqlq --extra='-ss' "show tables like 'migrate_%'" | sed -r '/^\s*$/d' | while read TABLE ; do echo "drush sqlq 'DROP TABLE $TABLE;'" ; done Tags drush migration