You are here

function date_update_7 in Date 5.2

Same name and namespace in other branches
  1. 5 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/date.install, line 186

Code

function date_update_7() {
  $ret = array();
  return $ret;
}