Fix the note deletion mail so it displays the information it is supposed to.
This commit is contained in:
committed by
WineHQ
parent
9e183eb7d9
commit
077ee450b7
@@ -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)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user