BETYdb 3.2.3
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:
- a default of 0 for the checked column of the traits table
- a default of 0 for the checked column of the yields table
- 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.