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.
This commit is contained in:
stronk7 2007-09-06 18:31:39 +00:00
parent 4a039315d7
commit 31eeb488e5

View 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