Here's an error I got when trying to upgrade my site to Roller 3.1-rc3 with
MySQL 3.23:

mysql < 240-to-300-migration.sql
ERROR 1074 (00000) at line 6: Too big column length for column 'pagemodels'
(max = 255). Use BLOB in
stead

Changing line 6 to the following fixed the problem:

alter table website add column pagemodels blob default null;

Matt

--
http://raibledesigns.com

Reply via email to