]> git.mjollnir.org Git - moodle.git/commitdiff
Bump. Dropping one UNIQUE index over NULLable columns. It isn't
authorstronk7 <stronk7>
Thu, 6 Sep 2007 18:31:39 +0000 (18:31 +0000)
committerstronk7 <stronk7>
Thu, 6 Sep 2007 18:31:39 +0000 (18:31 +0000)
cross-db at all. So we make the composite index not unique
to get speed benefits but the unique constraint is
controlled programatically.

version.php

index 482068a8f6b273063ab8d9386cfd69678274a766..90a61d1d601a7bb8b165b8b22e340c535ed4d093 100644 (file)
@@ -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