Projet

Général

Profil

Révision 2a0f9a31

Ajouté par Florent Torregrosa il y a presque 7 ans

Issue #650: Do not export data of some tables when dumping database.

Voir les différences:

.drush/drushrc.php
270 270
 */
271 271
# $options['structure-tables']['common'] = array('cache', 'cache_filter', 'cache_menu', 'cache_page', 'history', 'sessions', 'watchdog');
272 272

  
273
$options['structure-tables']['common-d7'] = [
274
  'cache',
275
  'cache_*',
276
  'flood',
277
  'history',
278
  'search_*',
279
  'sessions',
280
  'watchdog',
281
];
282

  
283
$options['structure-tables']['common-d8'] = [
284
  'cache',
285
  'cache_*',
286
  'flood',
287
  'history',
288
  'search_*',
289
  'sessions',
290
  'watchdog',
291
];
292

  
273 293
/**
274 294
 * List of tables to be omitted entirely from SQL dumps made by the 'sql-dump'
275 295
 * and 'sql-sync' commands when the "--skip-tables-key=common" option is

Formats disponibles : Unified diff