3.1.0
Changes included in this release are: https://github.com/ualbertalib/discovery/blob/master/CHANGELOG.md#310---2020-04-06
This release adds a feature to automate updating database state from Symphony configuration.
To populate the human readable strings for the 'Where is this?' table. Assuming
./data/data4discovery.txt
and./data/Data4DiscoveryManual.txt
are present then you can invokebundle exec rails g symphony_nightly && bundle exec rake db:migrate
to populate the tables with the latest configurations. If for some reason this doesn't go well,bundle exec rake db:rollback
and delete the migration atdb/migrate/<todays date>_symphony_nightly_<todays date>.rb
will revert to a known good state.
The expectation is that this will be a nightly cron job.