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),
|
subject varchar(128),
|
||||||
body text,
|
body text,
|
||||||
key(commentId),
|
key(commentId),
|
||||||
index(appId),
|
|
||||||
index(versionId)
|
index(versionId)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user