From b5c886f5d8a76aa6e9887d5c82d24ed7838dc789 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 12 May 2010 14:39:33 -0400 Subject: [PATCH] Fix DROP INDEX syntax --- horde/scripts/upgrades/2010-05-11_horde_activesync_adduserkey.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horde/scripts/upgrades/2010-05-11_horde_activesync_adduserkey.sql b/horde/scripts/upgrades/2010-05-11_horde_activesync_adduserkey.sql index 88f0d9f3a..69132d3eb 100644 --- a/horde/scripts/upgrades/2010-05-11_horde_activesync_adduserkey.sql +++ b/horde/scripts/upgrades/2010-05-11_horde_activesync_adduserkey.sql @@ -4,7 +4,7 @@ ALTER TABLE horde_activesync_device DROP COLUMN device_user; ALTER TABLE horde_activesync_device DROP COLUMN device_ping; ALTER TABLE horde_activesync_device DROP COLUMN device_folders; -DROP INDEX activesync_device_user_idx; +DROP INDEX activesync_device_user_idx ON horde_activesync_device; CREATE TABLE horde_activesync_device_users ( device_id VARCHAR(255) NOT NULL, -- 2.11.0