Skip to content

Commit

Permalink
bug fix - a missing comma at migration (bcgov#2881)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jxio authored Jun 21, 2024
1 parent b3e695a commit dfff2b1
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dfff2b1

Please sign in to comment.