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