fix some euser rcategories, drop editgroup form which 1. is unused 2. has no advantage vs muledit of users
ifconfirm('remove deprecated database constraints?'):execute=session.system_sqlsession.set_pool()dbhelper=session.pool.source('system').dbhelpercu=session.pool['system']fortableindbhelper.list_tables(cu):iftable.endswith('_relation'):try:execute('ALTER TABLE %s DROP CONSTRAINT %s_fkey1'%(table,table))execute('ALTER TABLE %s DROP CONSTRAINT %s_fkey2'%(table,table))except:continuecheckpoint()if'inline_view'inschema:# inline_view attribute should have been deleted for a while now....drop_attribute('ENFRDef','inline_view')