mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fixed alf_audit_app update SQL syntax
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16288 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -128,8 +128,8 @@
|
|||||||
alf_audit_app
|
alf_audit_app
|
||||||
set
|
set
|
||||||
version = #version#,
|
version = #version#,
|
||||||
app_name_id = #applicationNameId#
|
app_name_id = #applicationNameId#,
|
||||||
audit_model_id = #auditModelId#
|
audit_model_id = #auditModelId#,
|
||||||
disabled_paths_id = #disabledPathsId#
|
disabled_paths_id = #disabledPathsId#
|
||||||
where
|
where
|
||||||
id = #id# and
|
id = #id# and
|
||||||
|
Reference in New Issue
Block a user