You are here

function l10n_update_update_7007 in Localization update 7

Increase the length of the {l10n_update_project}.name column.

File

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

Code

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