Projet

Général

Profil

Révision ecd39969

Ajouté par Assos Assos il y a environ 5 ans

Udpate to 7.65

Voir les différences:

drupal7/modules/system/system.install
2870 2870
    if (!db_table_exists('system_update_7061')) {
2871 2871
      $table = array(
2872 2872
        'description' => t('Stores temporary data for system_update_7061.'),
2873
        'fields' => array('vid' => array('type' => 'int')),
2873
        'fields' => array('vid' => array('type' => 'int', 'not null' => TRUE)),
2874 2874
        'primary key' => array('vid'),
2875 2875
      );
2876 2876
      db_create_table('system_update_7061', $table);

Formats disponibles : Unified diff