Projet

Général

Profil

Révision e0d35157

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

Weekly update of contrib modules

Voir les différences:

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

  
250
/**
251
 * Change objectindex from int to bigint.
252
 */
253
function i18n_string_update_7003() {
254
  db_change_field('i18n_string', 'objectindex', 'objectindex', array(
255
    'type' => 'int',
256
    'size' => 'big',
257
    'length' => 20,
258
  ));
259
}
248 260

  
249 261
/**
250 262
 * Notes for update script

Formats disponibles : Unified diff