note: Allow showing notes for a list of versions

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-08-06 02:02:36 +02:00
committed by Alexander Nicolaysen Sørnes
parent 2772130cba
commit 68b9a2b69e
4 changed files with 307 additions and 11 deletions

View File

@@ -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)
);