From f4be8fd80b1aad9babdfbc56dec331af635f5554 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 15 Feb 2018 09:49:01 +0000 Subject: [PATCH] Add East Riding of Yorkshire Council to migration --- migrations/versions/0165_another_letter_org.py | 1 + 1 file changed, 1 insertion(+) diff --git a/migrations/versions/0165_another_letter_org.py b/migrations/versions/0165_another_letter_org.py index 6e08a8a9b..a6b485364 100644 --- a/migrations/versions/0165_another_letter_org.py +++ b/migrations/versions/0165_another_letter_org.py @@ -15,6 +15,7 @@ from alembic import op NEW_ORGANISATIONS = [ ('502', 'Welsh Revenue Authority'), + ('503', 'East Riding of Yorkshire Council'), ]