note: Allow showing notes for a list of versions
This commit is contained in:
committed by
Alexander Nicolaysen Sørnes
parent
2772130cba
commit
68b9a2b69e
@@ -170,6 +170,7 @@ create table appNotes (
|
||||
appId int not null,
|
||||
submitterId int not null,
|
||||
submitTime datetime not null,
|
||||
linkedWith int not null
|
||||
key(noteId)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user