From: stronk7 Date: Thu, 6 Sep 2007 18:31:39 +0000 (+0000) Subject: Bump. Dropping one UNIQUE index over NULLable columns. It isn't X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=31eeb488e50a7f8cd57f794dd349cc796bfd14a9;p=moodle.git Bump. Dropping one UNIQUE index over NULLable columns. It isn't cross-db at all. So we make the composite index not unique to get speed benefits but the unique constraint is controlled programatically. --- diff --git a/version.php b/version.php index 482068a8f6..90a61d1d60 100644 --- a/version.php +++ b/version.php @@ -6,7 +6,7 @@ // This is compared against the values stored in the database to determine // whether upgrades should be performed (see lib/db/*.php) - $version = 2007090503; // YYYYMMDD = date + $version = 2007090600; // YYYYMMDD = date // XY = increments within a single day $release = '1.9 Beta +'; // Human-friendly version name