[server] install custom sql scripts before creating tables for the schema
A cube might need something like 'CREATE EXTENSION postgis' before
creating tables for its entities, to add new final types.
sync_schema_props_perms('cwuri')
helper = repo.system_source.dbhelper
cu = session.cnxset.cu
helper.set_null_allowed(cu, 'moved_entities', 'extid', 'VARCHAR(256)', False)
commit()