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


Ignore:
Timestamp:
Oct 15, 2019, 5:02:07 PM (5 years ago)
Author:
Administrator
Comment:

Legend:

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

    v3 v4  
    11= Update from build 117
    2 * Insert a new permission "change lifecycle state":
     2* Remove obsolete column {{{description}}}, and insert a new permission {{{_change_lifecycle_state}}}:
    33{{{
    4 # TODO: remove column 'description' from permissions table
     4alter table permissions drop column description;
    55insert into permissions(id,name, obj_version) values (1,'_change_lifecycle_state',0);
    66}}}