wiki:Public/Docs/CinnamonWarBuildDocs/UpdateBuild117To129

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.
Last modified 4 years ago Last modified on Nov 5, 2019, 1:17:45 PM
Note: See TracWiki for help on using the wiki.