Changes between Version 2 and Version 3 of Public/Docs/CinnamonWarBuildDocs/UpdateBuild129To133
- Timestamp:
- Jun 22, 2020, 4:18:47 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/Docs/CinnamonWarBuildDocs/UpdateBuild129To133
v2 v3 1 1 = Update from build 129 2 2 * Remove obsolete permissions {{{_query_custom_table}}}, {{{_execute_query}}}, {{{_create_instance}}}: 3 > **NOTE:** Make sure that the id specified in the insert statement (100 in the example) does not yet exist in the table in question.4 3 {{{ 5 4 delete from aclentry_permissions where permission_id in (select id from permissions where name in ('_query_custom_table','_execute_query','_create_instance'));