Forums / Setup & design / Upgrade issue?
Jonathan Wilson
Thursday 14 April 2011 11:25:52 pm
On System upgrade check, Check database consistency; after running SQL commands as instructed, should I get any further errors even when the database_table_field_type is set correctly according to the generated error such as:
! The database is not consistent with the distribution database
To synchronize your database with the distribution setup, run the following SQL commands:
ALTER TABLE ezxport_exports CHANGE COLUMN xslt_file xslt_file varchar(70) DEFAULT '';
ezxport_exports xslt_file xslt_file varchar is already set to 70
Is this a bug that can be ignored? The install is a localhost so the issue isn't critical.