Fix the note deletion mail so it displays the information it is supposed to.

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-01-02 04:44:27 +00:00
committed by WineHQ
parent 9e183eb7d9
commit 077ee450b7
2 changed files with 13 additions and 5 deletions

View File

@@ -168,6 +168,8 @@ create table appNotes (
noteTitle varchar(255),
noteDesc text,
versionId int not null,
submitterId int not null,
submitTime timestamp not null,
key(noteId)
);