Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-04-30 | 688 Bytes | |
Totals: 1 Item | 688 Bytes | 0 |
Important 1: Some old SORMAS systems may experience problems with the ownership of the database_export functions in the database. The following SQL will resolve this:
ALTER FUNCTION export_database(text, text) OWNER TO sormas_user;
ALTER FUNCTION export_database_join(text, text, text, text, text) OWNER TO sormas_user;
Important 2: The automatic update of this release does not work with PostgreSQL 9.5. The workaround is described here: [#1952] (comment)
Read the full list of changes for release 1.39 here: https://github.com/hzi-braunschweig/SORMAS-Project/releases/tag/v1.39.0
Bugfixes
- Fixed parsing errors of default locale in sormas.properties (#1957)