Skip to content

Instantly share code, notes, and snippets.

@dbazuin
Forked from paullinney/gist:24b8c27d17c188d620e2
Last active August 29, 2015 14:08
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 dbazuin/e1412b7fbdc23637e75a to your computer and use it in GitHub Desktop.
Save dbazuin/e1412b7fbdc23637e75a to your computer and use it in GitHub Desktop.
'source-command-specific' => array (
'sql-sync' => array (
'no-cache' => TRUE,
'structure-tables-key' => 'common',
),
),
'command-specific' => array (
'sql-sync' => array (
'structure-tables' => array(
'common' => array('cache', 'cache_block', 'cache_content', 'cache_filter', 'cache_form', 'cache_menu', 'cache_page', 'cache_rules', 'cache_update', 'cache_views', 'cache_views_data', 'ctools_css_cache', 'ctools_object_cache', 'search_dataset', 'search_index', 'search_node_links', 'search_total', 'accesslog', 'history', 'watchdog')
),
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment