From 56ef20d37ae403b15d5c7bb8543bbf482618735c Mon Sep 17 00:00:00 2001 From: Christian Drechsler Date: Thu, 24 Jan 2013 13:51:27 +0100 Subject: remove KEY commands for columns that don't exist anymore --- install/database.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/install/database.sql b/install/database.sql index 39c3b81c2..2d8475741 100644 --- a/install/database.sql +++ b/install/database.sql @@ -242,7 +242,6 @@ CREATE TABLE IF NOT EXISTS `event` ( PRIMARY KEY (`id`), KEY `uid` (`uid`), KEY `event_xchan` (`event_xchan`), - KEY `uri` (`message_id`), KEY `type` (`type`), KEY `start` (`start`), KEY `finish` (`finish`), @@ -655,7 +654,6 @@ CREATE TABLE IF NOT EXISTS `photo` ( KEY `scale` (`scale`), KEY `profile` (`profile`), KEY `type` (`type`), - KEY `contact-id` (`contact-id`), KEY `aid` (`aid`), KEY `xchan` (`xchan`), KEY `size` (`size`) -- cgit v1.2.3 From 376d8f17cccaa6481c7e3510fef49961672a0130 Mon Sep 17 00:00:00 2001 From: zottel Date: Thu, 24 Jan 2013 13:51:27 +0100 Subject: remove KEY commands for columns that don't exist anymore --- install/database.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/install/database.sql b/install/database.sql index 39c3b81c2..2d8475741 100644 --- a/install/database.sql +++ b/install/database.sql @@ -242,7 +242,6 @@ CREATE TABLE IF NOT EXISTS `event` ( PRIMARY KEY (`id`), KEY `uid` (`uid`), KEY `event_xchan` (`event_xchan`), - KEY `uri` (`message_id`), KEY `type` (`type`), KEY `start` (`start`), KEY `finish` (`finish`), @@ -655,7 +654,6 @@ CREATE TABLE IF NOT EXISTS `photo` ( KEY `scale` (`scale`), KEY `profile` (`profile`), KEY `type` (`type`), - KEY `contact-id` (`contact-id`), KEY `aid` (`aid`), KEY `xchan` (`xchan`), KEY `size` (`size`) -- cgit v1.2.3