Changes between Version 3 and Version 4 of Public/Docs/CinnamonWarBuildDocs/UpdateBuild117To129
- Timestamp:
- Oct 15, 2019, 5:02:07 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/Docs/CinnamonWarBuildDocs/UpdateBuild117To129
v3 v4 1 1 = 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}}}: 3 3 {{{ 4 # TODO: remove column 'description' from permissions table 4 alter table permissions drop column description; 5 5 insert into permissions(id,name, obj_version) values (1,'_change_lifecycle_state',0); 6 6 }}}