Tweak default subject for Catapult mirror diff emails
This commit is contained in:
parent
6631cf833b
commit
fcdbed1e23
2
machines/theo-server/fabfile.py
vendored
2
machines/theo-server/fabfile.py
vendored
|
@ -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':
|
||||||
|
|
Loading…
Reference in a new issue