Skip to content

Commit 54f4b19

Browse files
committed
Missing files from last commit #25
1 parent 6f8baa5 commit 54f4b19

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

data/SITreg.hdbdd

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,17 @@ context SITreg {
143143
StatusSetTimeStamp : UTCTimestamp;
144144
History : HistoryT;
145145
}
146-
146+
147+
entity PrintQueue {
148+
key ParticipantID : BusinessKey;
149+
EventID : BusinessKey not null;
150+
FirstName : String(100) not null;
151+
LastName : String(100) not null;
152+
Twitter : String(15);
153+
PrintStatus : String(1) not null; // Q = queued, S = sent, P = printed
154+
History : HistoryT;
155+
};
156+
147157
entity RegisterAsOrganizerQueue {
148158
key EventID : BusinessKey not null default 0;
149159
key UserName : UserT;

0 commit comments

Comments
 (0)