ahcis-rds / study_finder

StudyFinder is a flexible and configurable application to pull studies from clinicaltrials.gov and augment the data from alternate datasources such as a clinical trials management system.
MIT License
17 stars 4 forks source link

Update database initialization instructions #131

Closed cdinger closed 3 years ago

cdinger commented 3 years ago

Now that that database views have been removed (in #130) we can just rails db:setup instead of manually doing a db:create, db:migrate, and db:seed. The views were previously not present in schema.rb, which db:setup uses.

This PR depends on #130.