aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-24 13:34:48 -0800
committerfriendica <info@friendica.com>2013-01-24 13:34:48 -0800
commit5da1948ede2f88736e8689c530d6430d56965056 (patch)
treeb893c49ecd22a200282ae3e786f54dc878c1854c
parent6e6b268e2523d95624361d29a8bd80b1133aa627 (diff)
parent635b63cd82ac2d76fcb6c60f9b91503356a0a2d4 (diff)
downloadvolse-hubzilla-5da1948ede2f88736e8689c530d6430d56965056.tar.gz
volse-hubzilla-5da1948ede2f88736e8689c530d6430d56965056.tar.bz2
volse-hubzilla-5da1948ede2f88736e8689c530d6430d56965056.zip
Merge pull request #25 from zzottel/master
Reomve KEY commands in database.sql for columns that don't exist anymore
-rw-r--r--install/database.sql2
1 files changed, 0 insertions, 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`)