ems back to a working state
This commit is contained in:
parent
e656c6773a
commit
4dc11b3835
3 changed files with 2 additions and 2 deletions
Binary file not shown.
|
|
@ -70,7 +70,7 @@ sub upgradeEMS {
|
||||||
$db->write("alter table EventManagementSystem drop column badgePrinterTemplateId");
|
$db->write("alter table EventManagementSystem drop column badgePrinterTemplateId");
|
||||||
$db->write("alter table EventManagementSystem drop column ticketPrinterTemplateId");
|
$db->write("alter table EventManagementSystem drop column ticketPrinterTemplateId");
|
||||||
$db->write("alter table EventManagementSystem add column timezone varchar(30) not null default 'America/Chicago'");
|
$db->write("alter table EventManagementSystem add column timezone varchar(30) not null default 'America/Chicago'");
|
||||||
$db->write("alter table EventManagementSystem add column templateId varchar(22) binary not null default 'IgLHtUXpZRP4ckiVNz8iTQ'");
|
$db->write("alter table EventManagementSystem add column templateId varchar(22) binary not null default '2rC4ErZ3c77OJzJm7O5s3w'");
|
||||||
$db->write("alter table EventManagementSystem add column badgeBuilderTemplateId varchar(22) binary not null default 'BMybD3cEnmXVk2wQ_qEsRQ'");
|
$db->write("alter table EventManagementSystem add column badgeBuilderTemplateId varchar(22) binary not null default 'BMybD3cEnmXVk2wQ_qEsRQ'");
|
||||||
$db->write("alter table EventManagementSystem add column lookupRegistrantTemplateId varchar(22) binary not null default 'OOyMH33plAy6oCj_QWrxtg'");
|
$db->write("alter table EventManagementSystem add column lookupRegistrantTemplateId varchar(22) binary not null default 'OOyMH33plAy6oCj_QWrxtg'");
|
||||||
$db->write("alter table EventManagementSystem add column badgeInstructions mediumtext");
|
$db->write("alter table EventManagementSystem add column badgeInstructions mediumtext");
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,7 @@ sub definition {
|
||||||
},
|
},
|
||||||
templateId => {
|
templateId => {
|
||||||
fieldType => 'template',
|
fieldType => 'template',
|
||||||
defaultValue => 'IgLHtUXpZRP4ckiVNz8iTQ',
|
defaultValue => '2rC4ErZ3c77OJzJm7O5s3w',
|
||||||
tab => 'display',
|
tab => 'display',
|
||||||
label => $i18n->get('main template'),
|
label => $i18n->get('main template'),
|
||||||
hoverHelp => $i18n->get('main template help'),
|
hoverHelp => $i18n->get('main template help'),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue