Add support for application-wide notes & how-tos

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-07-21 03:09:48 +02:00
committed by Alexander Nicolaysen Sørnes
parent 9ed113f6dc
commit e546738913
7 changed files with 139 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)