Add support for application-wide notes

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-07-28 17:48:52 +02:00
parent 7682b4ae67
commit c37fbc6295
5 changed files with 110 additions and 30 deletions

View File

@@ -167,6 +167,7 @@ create table appNotes (
noteTitle varchar(255),
noteDesc text,
versionId int not null,
appId int not null,
submitterId int not null,
submitTime datetime not null,
key(noteId)