fleshed out the badge display

This commit is contained in:
JT Smith 2008-03-23 15:15:42 +00:00
parent 5888459de3
commit 04cde3dd9f
2 changed files with 54 additions and 16 deletions

View file

@ -93,6 +93,7 @@ sub upgradeEMS {
organization varchar(35),
email varchar(255),
purchaseComplete boolean,
hasCheckedIn boolean,
index badgeAssetId_purchaseComplete (badgeAssetId,purchaseComplete)
)");
$db->write("create table EMSRegistrantTicket (