[Rt-commit] rt branch, 4.0/mysql-attribute-content-datatype, updated. rt-4.0.5-61-g9f37683
Thomas Sibley
trs at bestpractical.com
Wed Feb 15 18:59:14 EST 2012
The branch, 4.0/mysql-attribute-content-datatype has been updated
via 9f37683cba2e3ecfbfa284fc0a33f24a4d014fd3 (commit)
from e249f67bb8fd860be693cbd540384823b8c5036c (commit)
Summary of changes:
docs/UPGRADING-4.0 | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 9f37683cba2e3ecfbfa284fc0a33f24a4d014fd3
Author: Thomas Sibley <trs at bestpractical.com>
Date: Wed Feb 15 18:57:15 2012 -0500
Document that 4.0.6 will require an ALTER TABLE
diff --git a/docs/UPGRADING-4.0 b/docs/UPGRADING-4.0
index a930134..5b47bac 100644
--- a/docs/UPGRADING-4.0
+++ b/docs/UPGRADING-4.0
@@ -106,3 +106,11 @@ with
database level.
*******
+
+UPGRADING FROM 4.0.5 and earlier - Changes:
+
+The fix for an attribute truncation bug on MySQL requires a small ALTER TABLE.
+Be sure you run `make upgrade-database` to apply this change automatically.
+The bug primary manifested when uploading large logos in the theme editor on
+MySQL. Refer to etc/upgrade/4.0.6/schema.mysql for the actual ALTER TABLE that
+will be run.
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list