Skip to content

BETYdb 3.2.1

Compare
Choose a tag to compare
@gsrohde gsrohde released this 05 Sep 20:12
· 1519 commits to master since this release

DOI

This incorporates fixes for two bugs discovered during the September 5, 2014 sprint. It was deployed to www.betydb.org on September 5, 2014.

Changes Pertinent to PEcAn Users

Administrators need to do database migrations!
See "Database Changes" below.

Summary of Changes

Database Changes

Administrators need to do database migrations!

The database version for this release is 20140904221818.

  • The user_id columns of the modeltypes and modeltypes_formats tables have been changed to big ints to match their referent.
  • The views which use the geometry column of the sites table have been updated so that they behave correctly when the column value is a polygon rather than a point.

Bug Fixes

  • The change to the views fixes the advanced search page, which has been broken since polygons were entered into the sites table.

Status of RSpec Tests