Refactor configurator defaults config, add more defaults
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user