Projet

Général

Profil

Révision 2157f5a8

Ajouté par Assos Assos il y a presque 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/i18n/i18n_string/i18n_string.install
95 95
      'objectindex' => array(
96 96
        'type' => 'int',
97 97
        'size' => 'big',
98
        'length' => 20,
99 98
        'not null' => TRUE,
100 99
        'default' => 0,
101 100
        'description' => 'Integer value of Object ID.',
......
248 247
}
249 248

  
250 249
/**
251
 * Change objectindex from int to bigint.
250
 * Removed due to buggy upgrade for #2200647.
252 251
 */
253 252
function i18n_string_update_7003() {
253
}
254

  
255
/**
256
 * Change objectindex from int to bigint.
257
 */
258
function i18n_string_update_7004() {
254 259
  db_change_field('i18n_string', 'objectindex', 'objectindex', array(
255 260
    'type' => 'int',
256 261
    'size' => 'big',
257
    'length' => 20,
262
    'not null' => TRUE,
263
    'default' => 0,
264
    'description' => 'Integer value of Object ID.',
258 265
  ));
259 266
}
260 267

  

Formats disponibles : Unified diff