mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 23:32:27 -05:00
nhs_central is crown org and also we do not update org type while
updating service anymore.
This commit is contained in:
@@ -29,7 +29,7 @@ def upgrade():
|
||||
{'name': x, 'is_crown': y, 'annual_free_sms_fragment_limit': z} for x, y, z in [
|
||||
["central", None, 250000],
|
||||
["local", False, 25000],
|
||||
["nhs_central", False, 250000],
|
||||
["nhs_central", True, 250000],
|
||||
["nhs_local", False, 25000],
|
||||
["emergency_service", False, 25000],
|
||||
["school_or_college", False, 25000],
|
||||
|
||||
Reference in New Issue
Block a user