Index: branches/5.1.x/install/upgrades.sql =================================================================== diff -u -N -r14335 -r14417 --- branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14335) +++ branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14417) @@ -211,4 +211,6 @@ # ===== v 5.1.2 ===== # ===== v 5.1.3-B1 ===== -ALTER TABLE AffiliatePlansBrackets CHANGE Percent Percent DECIMAL (10,2) NOT NULL DEFAULT '0.00'; \ No newline at end of file +ALTER TABLE AffiliatePlansBrackets CHANGE Percent Percent DECIMAL (10,2) NOT NULL DEFAULT '0.00'; + +# ===== v 5.1.3-B2 ===== \ No newline at end of file