You are here

function l10n_update_update_7204 in Localization update 7.2

Increase the length of the name column.

File

./l10n_update.install, line 559
Install file for l10n remote updates.

Code

function l10n_update_update_7204() {
  $schema = l10n_update_schema();
  db_change_field('l10n_update_project', 'name', 'name', $schema['l10n_update_project']['fields']['name']);
}