Use nhs_gp not gp as org type

Means we have the option of looking for anything starting with `nhs` as
a way of filtering organisations.
This commit is contained in:
Chris Hill-Scott
2019-08-28 15:21:59 +01:00
parent a5b36457f2
commit edb5790b7c
3 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ from alembic import op
revision = '0305_add_gp_org_type'
down_revision = '0304_remove_org_to_service'
GP_ORG_TYPE_NAME = 'gp'
GP_ORG_TYPE_NAME = 'nhs_gp'
def upgrade():