Projet

Général

Profil

Révision d719f12f

Ajouté par Assos Assos il y a plus de 8 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/views.install
402 402
}
403 403

  
404 404
/**
405
 * Enlarge the views_display.display_options field to accomodate a larger set
405
 * Enlarge the views_display.display_options field to accommodate a larger set
406 406
 * of configurations (e. g. fields, filters, etc.) on a display.
407 407
 */
408 408
function views_schema_6009() {
......
631 631
  );
632 632
  db_change_field('views_view', 'name', 'name', $new_field);
633 633
}
634

  
635
/**
636
 * Remove headers field from cache tables
637
 *
638
 * @see system_update_7054().
639
 */
640
function views_update_7302() {
641
  if (db_field_exists('cache_views', 'headers')) {
642
    db_drop_field('cache_views', 'headers');
643
  }
644
  if (db_field_exists('cache_views_data', 'headers')) {
645
    db_drop_field('cache_views_data', 'headers');
646
  }
647
}

Formats disponibles : Unified diff