mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-18 05:28:49 -04:00
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:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user