Skip to content

BETYdb 3.2.3

Compare
Choose a tag to compare
@gsrohde gsrohde released this 19 Sep 20:43
· 1515 commits to master since this release

DOI

This adds a migration, restoring some defaults for column values that were lost in the migration from MySQL to PostgreSQL. It was deployed to www.betydb.org on September 19, 2014.

Summary of Changes

Database Changes

Administrators may need to do database migrations if they wish to sync their database with the one on ebi-forecast.

The database version for this release is 20140915153555.

  • This is a very minor migration: It sets three default values:
  1. a default of 0 for the checked column of the traits table
  2. a default of 0 for the checked column of the yields table
  3. a default of '' for the name column of the users table

This restores defaults that were set in the MySQL version of the database before it was migrated to PostgreSQL.