Refactor configurator defaults config, add more defaults

This commit is contained in:
Björn Fromme
2018-08-06 12:12:01 +02:00
parent e4f45b646e
commit b56a26f87b
10 changed files with 240 additions and 77 deletions
@@ -72,6 +72,9 @@ CREATE TABLE tx_epevents_domain_model_offer (
image_teaser_mobile int(11) unsigned NOT NULL default '0',
booking_form int(11) unsigned NOT NULL default '0',
configurator_type int(11) DEFAULT '0' NOT NULL,
configurator_budget int(11) DEFAULT '0' NOT NULL,
configurator_pax int(11) DEFAULT '0' NOT NULL,
configurator_period int(11) DEFAULT '0' NOT NULL,
contact int(11) unsigned DEFAULT '0',
hotel int(11) unsigned DEFAULT '0',
location int(11) unsigned DEFAULT '0',