Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adrian-cid/7f69db3addbe55ffe7484c98faea3244 to your computer and use it in GitHub Desktop.
Save adrian-cid/7f69db3addbe55ffe7484c98faea3244 to your computer and use it in GitHub Desktop.
Migration tables in the database in Drupal
SELECT table_name from information_schema.tables where table_schema = 'db' and table_name like '%migrate%';
//The database needs to be checked before sometimes the table names can use another name.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment