function l10n_update_update_7205 in Localization update 7.2
Increase the length of the name column.
File
- ./
l10n_update.install, line 567 - Install file for l10n remote updates.
Code
function l10n_update_update_7205() {
$schema = l10n_update_schema();
db_change_field('l10n_update_file', 'project', 'project', $schema['l10n_update_file']['fields']['project']);
}