I currently am trying to make changes in the modeled parameters table: 1) removing value_error and replacing it with upper_error and lower_error 2) adding a model column
However, there has already been data ingested under this table so I get an error when running my script/loading the db since the data that has been ingested doesn't have the new changes.
Issue appeared in #518