quanted / hem_app

django app for the human exposure model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remove rows from runparams model

kdionisio opened this issue · comments

From the hem_app_runparams table, remove rows associated with 'run 2' and 'run 3.' These runs consisted of 'fake' data for testing purposes and runs can now be removed. Data in the dose table associated with runs 2 and 3 has been deleted, but I ran into an error when trying to remove the rows for runs 2 and 3 from the runparams table.

Associated rows in hem_app_lifecycleimpact needed to be deleted before run 2 and run 3 in hem_app_runparams could be deleted.