You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to districtb...@googlegroups.com
Greetings devs,
I've implemented a change to the model to support a many-to-many relationship between geounits and geolevels. This is required for regionalization support, and has been pushed to the regionalization branch. If you are working on the regionalization branch, please perform the following actions after updating:
Run the sql script: 020_alter_geounit_geolevel_relationship.sql. This will create the new relationship table, populate it, and remove the geolevel_id column from the geounit table.
Run setup with the -V option to regenerate views. The views now require an additional join in order to access the geolevel id.