appComments can't key off of appId, this column isn't in the table
This commit is contained in:
@@ -134,7 +134,6 @@ create table appComments (
|
||||
subject varchar(128),
|
||||
body text,
|
||||
key(commentId),
|
||||
index(appId),
|
||||
index(versionId)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user