Revert "Revert "[#151837054] Add new column free_sms_fragment_limit in the Services table""

This commit is contained in:
Venus Bailey
2017-10-16 16:24:34 +01:00
committed by GitHub
parent e9b76d7d75
commit 9b60d69931
8 changed files with 135 additions and 17 deletions

View File

@@ -21,6 +21,8 @@ manager.add_command('backfill_processing_time', commands.BackfillProcessingTime)
manager.add_command('populate_service_email_reply_to', commands.PopulateServiceEmailReplyTo)
manager.add_command('populate_service_sms_sender', commands.PopulateServiceSmsSender)
manager.add_command('populate_service_letter_contact', commands.PopulateServiceLetterContact)
manager.add_command('populate_service_and_service_history_free_sms_fragment_limit',
commands.PopulateServiceAndServiceHistoryFreeSmsFragmentLimit)
@manager.command