From fcdbed1e23e2f3e5f5bdb95ee8e352c54dacdf21 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 26 Sep 2020 15:27:23 -0500 Subject: [PATCH] Tweak default subject for Catapult mirror diff emails --- machines/theo-server/fabfile.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/theo-server/fabfile.py b/machines/theo-server/fabfile.py index b0c91f5..20bfdf2 100644 --- a/machines/theo-server/fabfile.py +++ b/machines/theo-server/fabfile.py @@ -268,6 +268,8 @@ def install_theo_app(c, envname, production, port, from_source=False, 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')", 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 if env.theo_mirror_posdb == 'mysql':