From: Michael J. Rubinsky Date: Tue, 22 Jun 2010 15:45:54 +0000 (-0400) Subject: fix syntax X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=39249bd439aefd2eb13c42d380b6f776e661bd9e;p=horde.git fix syntax --- diff --git a/horde/scripts/upgrades/2010-06-22_activesync_fix_syncdata_type.mysql.sql b/horde/scripts/upgrades/2010-06-22_activesync_fix_syncdata_type.mysql.sql index b2a972aac..68705f61c 100644 --- a/horde/scripts/upgrades/2010-06-22_activesync_fix_syncdata_type.mysql.sql +++ b/horde/scripts/upgrades/2010-06-22_activesync_fix_syncdata_type.mysql.sql @@ -1,2 +1,2 @@ -ALTER TABLE horde_activesync_state CHANGE COLUMN sync_data LONGTEXT; +ALTER TABLE horde_activesync_state CHANGE COLUMN sync_data sync_data LONGTEXT;