Skip to content

Instantly share code, notes, and snippets.

@joshkoenig
Created December 3, 2013 20:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshkoenig/7776793 to your computer and use it in GitHub Desktop.
Save joshkoenig/7776793 to your computer and use it in GitHub Desktop.
# Enable logging at the beginning
@include_once DRUPAL_ROOT . '/includes/database/log.inc';
Database::startLog('migratelog');
# At the end, fetch the log
$queries = Database::getLog('migratelog', 'default')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment