Changes between Version 4 and Version 5 of Public/Docs/CinnamonWarBuildDocs/UpdateBuild117To129
- Timestamp:
- Nov 5, 2019, 1:16:32 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/Docs/CinnamonWarBuildDocs/UpdateBuild117To129
v4 v5 1 1 = Update from build 117 2 2 * 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. 3 4 {{{ 4 5 alter table permissions drop column description; 5 insert into permissions(id,name, obj_version) values (1 ,'_change_lifecycle_state',0);6 insert into permissions(id,name, obj_version) values (100,'_change_lifecycle_state',0); 6 7 }}} 7 8 * Edit all ACLs and set the new permission in for those accessors that need to manipulate lifecycle states on objects.