Skip to content

Commit

Permalink
Removed IsActive field
Browse files Browse the repository at this point in the history
I think we added the isActive field because we wanted to have a way to quickly scan which locations are active. However, with the final data schema, we don't need this anymore.
  • Loading branch information
BigDataKatha authored Nov 21, 2023
1 parent d0c2e77 commit e0ab1a3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tables/core_dictionary_001.pros.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
"timezoneId": "America/New_York",
"currencyCode": "USD",
"discontinuedDate": null,
"effectiveDate": "1960-10-24",
"isActive": true
"effectiveDate": "1960-10-24"
},
{
"code": "MIA",
Expand Down Expand Up @@ -87,8 +86,7 @@
"timezoneId": "America/Chicago",
"currencyCode": "USD",
"discontinuedDate": "1960-10-24",
"effectiveDate": "1947-04-15",
"isActive": false
"effectiveDate": "1947-04-15"
}
]
}

0 comments on commit e0ab1a3

Please sign in to comment.