Index: branches/5.1.x/install/upgrades.sql =================================================================== diff -u -N -r13959 -r13999 --- branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 13959) +++ branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 13999) @@ -192,3 +192,5 @@ CHANGE ModifiedById ModifiedById INT(11) NULL DEFAULT NULL; UPDATE Products SET CreatedById = NULL WHERE CreatedById = 0; UPDATE Products SET ModifiedById = NULL WHERE ModifiedById = 0; + +# ===== v 5.1.1-B2 ===== \ No newline at end of file Index: branches/5.1.x/install/upgrades.php =================================================================== diff -u -N -r13966 -r13999 --- branches/5.1.x/install/upgrades.php (.../upgrades.php) (revision 13966) +++ branches/5.1.x/install/upgrades.php (.../upgrades.php) (revision 13999) @@ -1,6 +1,6 @@ Array ('Core' => '5.1.0-RC1'), '5.1.0' => Array ('Core' => '5.1.0'), '5.1.1-B1' => Array ('Core' => '5.1.1-B1'), + '5.1.1-B2' => Array ('Core' => '5.1.1-B2'), ); }