Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2018-05-31 | 659 Bytes | |
sciNote Core 1.14.0.tar.gz | 2018-05-31 | 6.3 MB | |
sciNote Core 1.14.0.zip | 2018-05-31 | 6.9 MB | |
Totals: 3 Items | 13.2 MB | 0 |
Release Notes
When upgrading from a previous version of sciNote, apart from standard rake db:migrate
, the following commands need to be executed:
- run
rake samples_to_repository_migration:run
- this will migrate existing samples into inventories; - run
rake protocol_keyword_team:exec
- this will cleanup any potential invalid data states in protocol keywords; - run
rake clear_repository_rows_and_columns_without_repository:run
- to clean removed repository rows & columns; - run
RepositoryTableState.destroy_all
from within Rails console to reset all inventory table states.
New features
TBD
Improvements
TBD