From: Michael J. Rubinsky Date: Wed, 12 May 2010 18:39:33 +0000 (-0400) Subject: Fix DROP INDEX syntax X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b5c886f5d8a76aa6e9887d5c82d24ed7838dc789;p=horde.git Fix DROP INDEX syntax --- 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,