Skip to content

REANA-DB 0.9.3

Compare
Choose a tag to compare
@mdonadoni mdonadoni released this 01 Dec 11:09
· 27 commits to master since this release
  • Changes the Workflow table to replace the run_number column with two new columns run_number_major and run_number_minor in order to allow for more than nine restarts of user workflows.
  • Changes the names of database table, column, index and key constraints in order to follow the SQLAlchemy upstream naming conventions everywhere.
  • Changes several database index definitions in order to improve performance of most common database queries.