function date_update_7 in Date 5
Same name and namespace in other branches
- 5.2 date/date.install \date_update_7()
Update 7
Force all columns to allow NULL values to simplify the module. Previously only non-required fields allowed NULL values. Superceded by update 5102, so skipt this step and do it them.
File
- ./
date.install, line 196
Code
function date_update_7() {
$ret = array();
return $ret;
}