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

This commit is contained in:
Venus Bailey
2017-10-16 12:43:05 +01:00
committed by GitHub
parent e32350967e
commit 616a6f8ef8
8 changed files with 17 additions and 135 deletions

View File

@@ -21,8 +21,6 @@ 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