Version 6 (modified by 5 years ago) ( diff ) | ,
---|
Update from build 117
- Remove obsolete column
description
, and insert a new permission_change_lifecycle_state
:NOTE: Make sure that the id specified in the insert statement (100 in the example) does not yet exist in the table in question.
alter table permissions drop column description; insert into permissions(id,name, obj_version) values (100,'_change_lifecycle_state',0);
- Edit all ACLs and set the new permission in for those accessors that need to manipulate lifecycle states on objects.
Note:
See TracWiki
for help on using the wiki.