Fix DROP INDEX syntax
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 12 May 2010 18:39:33 +0000 (14:39 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 12 May 2010 18:39:33 +0000 (14:39 -0400)
horde/scripts/upgrades/2010-05-11_horde_activesync_adduserkey.sql

index 88f0d9f..69132d3 100644 (file)
@@ -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,