nhs_central is crown org and also we do not update org type while

updating service anymore.
This commit is contained in:
Pea Tyczynska
2019-07-16 14:56:04 +01:00
parent e4cb56b5d3
commit d89ef0594f
7 changed files with 10 additions and 36 deletions

View File

@@ -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],