Making forms (un)downloadble across multiple Aggregate installations

Hi everyone,

For our ODK deployment we use a different Aggregate database for every user, mainly to be able to push personalised external data. We're very happy with this way of working, but we encounter a drawback when we want to make a form 'undownloadable'. For now we use the aggregate web interface and untick the 'downloadable' box for every user, but this is a time consuming process.

Would there be a quicker way to do this? For pushing and pulling data we use the briefcase API, but I don't think it provides a function for making a form (un)downloadable. Would this be possible with an SQL statement, directly in Postgres?

Many thanks!