function hosting_site_update_7301 in Hosting 7.3
Same name and namespace in other branches
- 7.4 site/hosting_site.install \hosting_site_update_7301()
Use int:big to store backup size.
File
- site/
hosting_site.install, line 506 - Define database schema and update functions for the hosting_site module.
Code
function hosting_site_update_7301() {
db_change_field('hosting_site_backups', 'size', 'size', array(
'type' => 'int',
'size' => 'big',
));
}