Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

3.1.0

Compare
Choose a tag to compare
@pgwillia pgwillia released this 07 Apr 21:08
· 205 commits to master since this release
c468cc8

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 invoke bundle 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 at db/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.