From dfff2b1b3fa77fc95a472266d0a68ae01a8db023 Mon Sep 17 00:00:00 2001 From: Jia Xu Date: Fri, 21 Jun 2024 12:18:20 -0700 Subject: [PATCH] bug fix - a missing comma at migration (#2881) --- .../2024_05_23_1e4b6359f470_add_flag_business_type_codes.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/auth-api/migrations/versions/2024_05_23_1e4b6359f470_add_flag_business_type_codes.py b/auth-api/migrations/versions/2024_05_23_1e4b6359f470_add_flag_business_type_codes.py index 798e725cb6..a610432804 100644 --- a/auth-api/migrations/versions/2024_05_23_1e4b6359f470_add_flag_business_type_codes.py +++ b/auth-api/migrations/versions/2024_05_23_1e4b6359f470_add_flag_business_type_codes.py @@ -83,9 +83,8 @@ def upgrade(): codes_to_remove = [ "PILOT", # HRV "INTRN", # Internal BCOL account - "GOVOP" # Other provincial govt. ministry - "GOVR", # Registries who participate in BCOL - + "GOVOP", # Other provincial govt. ministry + "GOVR" # Registries who participate in BCOL ] for code in codes_to_remove: