Skip to content

Database schema change and other fixes

Compare
Choose a tag to compare
@northwestwitch northwestwitch released this 16 Jan 09:22
· 4 commits to main since this release

[3.0]

Changed

  • Updated several libraries including schug (now v1.7)
  • Update project's Python version to 3.9
  • BREAKING CHANGE: modified the structure of the database table genes, converting the ensembl_id string field to ensembl_ids: an array of strings. This change addresses recent changes in the MySQL: https://bugs.mysql.com/bug.php?id=114838

Fixed

  • The MariaDB healthcheck step in docker-compose-mysql.yml, preventing the demo app to start