appComments can't key off of appId, this column isn't in the table

This commit is contained in:
Chris Morgan
2005-05-07 03:19:55 +00:00
committed by WineHQ
parent 13b1a42bf9
commit 22c70048bc

View File

@@ -134,7 +134,6 @@ create table appComments (
subject varchar(128), subject varchar(128),
body text, body text,
key(commentId), key(commentId),
index(appId),
index(versionId) index(versionId)
); );