MDL-11270 use NVARCHAR(MAX) and VARBINARY(MAX) in SQL Server

This commit is contained in:
Petr Škoda
2013-07-26 09:28:50 +02:00
parent bdd045c5ec
commit 656250de83
7 changed files with 138 additions and 9 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2013072600.00; // YYYYMMDD = weekly release date of this DEV branch
$version = 2013072600.01; // YYYYMMDD = weekly release date of this DEV branch
// RR = release increments - 00 in DEV branches
// .XX = incremental changes