1.6.5
Fixes
- Fix trigger to populate additional data (fix #73).
Version note
If you are using triggers to automatically populate GeoNature database, you should apply new SQL scripts:
pip install --upgrade gn2pg-client
gn2pg_cli --custom-script to_gnsynthese <myconfigfile>
psql -d <database name> -c 'UPDATE gn2pg_import.data_json SET item=item;'
Full Changelog: 1.6.4...1.6.5