diff --git a/machines/theo-server/fabfile.py b/machines/theo-server/fabfile.py index 20bfdf2..3cab74b 100644 --- a/machines/theo-server/fabfile.py +++ b/machines/theo-server/fabfile.py @@ -266,7 +266,7 @@ def install_theo_app(c, envname, production, port, from_source=False, if env.theo_mirror_posdb and env.theo_integrates_with == 'catapult': postgresql.sql(c, "insert into setting values ('tailbone.engines.catapult.pretend_default', 'mirror')", database=dbname) - postgresql.sql(c, "insert into setting values ('rattail_onager.catapult.importing.db.default_models', 'VersionInfo Department Vendor Brand FamilyLine StockInventory Prefix Suffix Customer Employee PhoneDescription Phone EmailDescription Email AddressDescription Address')", + postgresql.sql(c, "insert into setting values ('rattail_onager.catapult.importing.db.default_models', 'VersionInfo Store Department Vendor Brand FamilyLine ComboGroupProfile WeightProfile PricingLevelInfo DiscountProfile StockInventory PricingLevelDetail Prefix Suffix DiscountGroup Customer Employee PhoneDescription Phone EmailDescription Email AddressDescription Address')", database=dbname) postgresql.sql(c, "insert into setting values ('rattail.mail.rattail_onager_import_catapult_updates.subject', 'Changes for Catapult (production) -> Catapult (mirror)')", database=dbname)