Tweak default subject for Catapult mirror diff emails

This commit is contained in:
Lance Edgar 2020-09-26 15:27:23 -05:00
parent 6631cf833b
commit fcdbed1e23

View file

@ -268,6 +268,8 @@ def install_theo_app(c, envname, production, port, from_source=False,
database=dbname) 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 Department Vendor Brand FamilyLine StockInventory Prefix Suffix Customer Employee PhoneDescription Phone EmailDescription Email AddressDescription Address')",
database=dbname) 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)
# maybe establish the mirror DB # maybe establish the mirror DB
if env.theo_mirror_posdb == 'mysql': if env.theo_mirror_posdb == 'mysql':