Skip to content

Commit

Permalink
Merge pull request #64 from ahcis-rds/dont_clear_conditions
Browse files Browse the repository at this point in the history
Don't clear Condition and ConditionGroup on reload_all
  • Loading branch information
cdinger authored Feb 12, 2020
2 parents 7c56610 + f4fe4b8 commit 7b78586
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/connectors/ctgov.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ def clear
StudyFinder::TrialLocation.delete_all
StudyFinder::TrialKeyword.delete_all
StudyFinder::Location.delete_all
StudyFinder::Condition.delete_all
StudyFinder::ConditionGroup.delete_all
StudyFinder::Trial.delete_all
StudyFinder::TrialCondition.delete_all
end
Expand Down

0 comments on commit 7b78586

Please sign in to comment.