Add command to populate service_email_reply_to:

* Insert new entries for unpopulated services
* Exclude services who do not have a reply to set
This commit is contained in:
Imdad Ahad
2017-09-08 13:26:14 +01:00
parent 3309325cd3
commit e119ced7c1
2 changed files with 21 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ manager.add_command('purge_functional_test_data', commands.PurgeFunctionalTestDa
manager.add_command('custom_db_script', commands.CustomDbScript)
manager.add_command('populate_monthly_billing', commands.PopulateMonthlyBilling)
manager.add_command('backfill_processing_time', commands.BackfillProcessingTime)
manager.add_command('populate_service_email_reply_to', commands.PopulateServiceEmailReplyTo)
@manager.command