From 39249bd439aefd2eb13c42d380b6f776e661bd9e Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Tue, 22 Jun 2010 11:45:54 -0400 Subject: [PATCH] fix syntax --- .../scripts/upgrades/2010-06-22_activesync_fix_syncdata_type.mysql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0