From a42947b9ae7b4c2d3741f033ef653e0c6b21b95c Mon Sep 17 00:00:00 2001 From: sapmentors Date: Wed, 5 Oct 2016 23:09:57 +0200 Subject: [PATCH] Missing files from last commit #25 --- data/SITreg.hdbdd | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/data/SITreg.hdbdd b/data/SITreg.hdbdd index dd1dc42..a593b7b 100644 --- a/data/SITreg.hdbdd +++ b/data/SITreg.hdbdd @@ -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;