Skip to content

Commit

Permalink
Missing files from last commit sapmentors#25
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf authored and open-ui5 committed Oct 14, 2016
1 parent caa64ba commit a42947b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion data/SITreg.hdbdd
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,17 @@ context SITreg {
StatusSetTimeStamp : UTCTimestamp;
History : HistoryT;
}


entity PrintQueue {
key ParticipantID : BusinessKey;
EventID : BusinessKey not null;
FirstName : String(100) not null;
LastName : String(100) not null;
Twitter : String(15);
PrintStatus : String(1) not null; // Q = queued, S = sent, P = printed
History : HistoryT;
};

entity RegisterAsOrganizerQueue {
key EventID : BusinessKey not null default 0;
key UserName : UserT;
Expand Down

0 comments on commit a42947b

Please sign in to comment.