added WebGUI.str javascript class with sprintf and trim functions
got the badge builder working in the EMS
This commit is contained in:
parent
ff7d72becc
commit
3ce33df7ec
6 changed files with 610 additions and 47 deletions
|
|
@ -111,8 +111,8 @@ sub upgradeEMS {
|
|||
)");
|
||||
$db->write("create table EMSRegistrantRibbon (
|
||||
badgeId varchar(22) binary not null,
|
||||
tokenAssetId varchar(22) binary not null,
|
||||
primary key (badgeId,tokenAssetId)
|
||||
ribbonAssetId varchar(22) binary not null,
|
||||
primary key (badgeId,ribbonAssetId)
|
||||
)");
|
||||
$db->write("create table EMSBadge (
|
||||
assetId varchar(22) binary not null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue