From 22c70048bc4e5a8b595d9300839d8e255c4eb018 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Sat, 7 May 2005 03:19:55 +0000 Subject: [PATCH] appComments can't key off of appId, this column isn't in the table --- tables/appdb_tables.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/tables/appdb_tables.sql b/tables/appdb_tables.sql index d98c295..9e5daed 100644 --- a/tables/appdb_tables.sql +++ b/tables/appdb_tables.sql @@ -134,7 +134,6 @@ create table appComments ( subject varchar(128), body text, key(commentId), - index(appId), index(versionId) );