]> git.mjollnir.org Git - moodle.git/commit
CHAR fields NOT NULL must not have any empty default specified!
authorstronk7 <stronk7>
Sun, 28 Jan 2007 00:12:32 +0000 (00:12 +0000)
committerstronk7 <stronk7>
Sun, 28 Jan 2007 00:12:32 +0000 (00:12 +0000)
commita54d16ef2ebbbf00f66a7475dfa5174af87c104b
treef236594ea52a20198128e1ce2b05db992bd8da7c
parentad88038fdbc8b3881c6740f6ca8ff6983e94d2bb
CHAR fields NOT NULL must not have any empty default specified!
Oracle breaks with empty defaults because they are = NULL.

Leaving them as NULL, XMLDB will apply defaults for each DB properly.
lib/db/upgrade.php