Changes between Version 4 and Version 5 of Public/Docs/CinnamonWarBuildDocs/UpdateBuild117To129


Ignore:
Timestamp:
Nov 5, 2019, 1:16:32 PM (4 years ago)
Author:
Administrator
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/Docs/CinnamonWarBuildDocs/UpdateBuild117To129

    v4 v5  
    11= Update from build 117
    22* Remove obsolete column {{{description}}}, and insert a new permission {{{_change_lifecycle_state}}}:
     3> **NOTE:** Make sure that the id specified in the query does not yet exist in the table in question.
    34{{{
    45alter table permissions drop column description;
    5 insert into permissions(id,name, obj_version) values (1,'_change_lifecycle_state',0);
     6insert into permissions(id,name, obj_version) values (100,'_change_lifecycle_state',0);
    67}}}
    78* Edit all ACLs and set the new permission in for those accessors that need to manipulate lifecycle states on objects.