BETYdb 3.2.1
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
andmodeltypes_formats
tables have been changed to big ints to match their referent. - The views which use the
geometry
column of thesites
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
- All tests now pass when run in the default environment.
(Complete details for running the rspec tests are on the updated Wiki page at https://github.com/PecanProject/bety/wiki/Testing)