Skip to content

Commit

Permalink
Update duplicate CO IDs (#487)
Browse files Browse the repository at this point in the history
While working on this
[ticket](https://app.asana.com/0/1207304265252553/1207304265868269/f) to
set up the initial seed for the incentive_admin I ran into an error with
CO incentive ID duplicates. This change updates those IDs in the source
to avoid the unique constraint downstream.
  • Loading branch information
matelau authored May 22, 2024
1 parent def5f1f commit 4c0c7bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/CO/incentives.json
Original file line number Diff line number Diff line change
Expand Up @@ -6262,7 +6262,7 @@
}
},
{
"id": "CO-546",
"id": "CO-559",
"authority_type": "utility",
"authority": "co-san-miguel-power-association",
"payment_methods": [
Expand Down Expand Up @@ -7270,7 +7270,7 @@
"low_income": "co-colorado-energy-office"
},
{
"id": "CO-545",
"id": "CO-558",
"authority_type": "state",
"authority": "co-colorado-energy-office",
"payment_methods": [
Expand Down Expand Up @@ -12884,7 +12884,7 @@
}
},
{
"id": "CO-548",
"id": "CO-560",
"authority_type": "state",
"authority": "co-state-of-colorado",
"payment_methods": [
Expand Down

0 comments on commit 4c0c7bb

Please sign in to comment.