= Update from build 117 * Remove obsolete column {{{description}}}, and insert a new permission {{{_change_lifecycle_state}}}: {{{ alter table permissions drop column description; insert into permissions(id,name, obj_version) values (1,'_change_lifecycle_state',0); }}} * Edit all ACLs and set the new permission in for those accessors that need to manipulate lifecycle states on objects.