bhaden94 / Covid19-tracker-V2-API

Spring Boot API and backend for version 2 of Covid-19 tracker.
https://covid-tracker-v2.herokuapp.com/
MIT License
1 stars 0 forks source link

DB Data Validation #5

Open bhaden94 opened 4 years ago

bhaden94 commented 4 years ago

During scheduled update time everyday I would like to perform some data validation on what is currently in the DB.

Often times there is data from the past that gets updated and I currently have no way of going back and including that data unless I clear the DB and restart the BE to populate it again with all the data.