Changes between Version 2 and Version 3 of Public/Docs/CinnamonWarBuildDocs/UpdateBuild129To133


Ignore:
Timestamp:
Jun 22, 2020, 4:18:47 PM (4 years ago)
Author:
Boris Horner
Comment:

Legend:

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

    v2 v3  
    11= Update from build 129
    22* 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.
    43{{{
    54delete from aclentry_permissions where permission_id in (select id from permissions where name in ('_query_custom_table','_execute_query','_create_instance'));