mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Audit changes and fixes
- Removed notion of audit session - Removed 'scope' attribute for DataGenerator elements - Removed alf_audit_session table and replaced with alf_audit_app (see script) - DataGenerators are working properly git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16053 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
</selectKey>
|
||||
</insert>
|
||||
|
||||
<insert id="insert.AuditSession" parameterClass="AuditSession" >
|
||||
<include refid="insert.AuditSession.AutoIncrement"/>
|
||||
<insert id="insert.AuditApplication" parameterClass="AuditApplication" >
|
||||
<include refid="insert.AuditApplication.AutoIncrement"/>
|
||||
<selectKey resultClass="long" keyProperty="id" type="post">
|
||||
KEY_COLUMN:GENERATED_KEY
|
||||
</selectKey>
|
||||
|
Reference in New Issue
Block a user