Projet

Général

Profil

Révision f0456308

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views_data_export/views_data_export.install
75 75
        'description' => 'The time this cache was created or updated.',
76 76
      ),
77 77
      'data' => array(
78
        'type' => 'text',
78
        'type' => 'blob',
79 79
        'size' => 'big',
80 80
        'description' => 'Serialized data being stored.',
81 81
        'serialize' => TRUE,
......
142 142
    db_change_field('views_data_export', $field_name, $field_name, $spec);
143 143
  }
144 144
}
145

  
145
/**
146
 * Change the object cache table to support postgres installations
147
 */
148
function views_data_export_update_7301(){
149
  $spec = array(
150
        'type' => 'blob',
151
        'size' => 'big',
152
        'description' => 'Serialized data being stored.',
153
        'serialize' => TRUE,
154
      );
155
  db_change_field('views_data_export_object_cache', 'data', 'data', $spec);
156
}
146 157

  
147 158

  
148 159
/**

Formats disponibles : Unified diff