MDL-27982 convert all signed to unsigned and prevent adding of new unsigned columns
Conflicts, amended to use .02 versions: lib/db/upgrade.php, version.php
This commit is contained in:
committed by
Eloy Lafuente (stronk7)
parent
7e522ccbc8
commit
e9e4a4a672
+1
-1
@@ -30,7 +30,7 @@
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
|
||||
$version = 2012030100.01; // YYYYMMDD = weekly release date of this DEV branch
|
||||
$version = 2012030100.02; // YYYYMMDD = weekly release date of this DEV branch
|
||||
// RR = release increments - 00 in DEV branches
|
||||
// .XX = incremental changes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user