Which table replaced the "AO_BD73C3_PROJECT_AUDIT" in Bitbucket 7.6?
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Summary
Which table replaced the "AO_BD73C3_PROJECT_AUDIT" in Bitbucket 7.6?
We are looking for the new table that replaced the "AO_BD73C3_PROJECT_AUDIT" in Bitbucket 7.6. These tables used to contain Audit data.
Solution
Environment
7.6.0
Details
Auditing data is migrated from AO_BD73C3_REPOSITORY_AUDIT
to AO_C77861_AUDIT_ENTITY
as part of the advanced auditing feature. In the new table, we don’t store project or repository IDs directly as we used to store in old tables, the reason being in the new table the “resource” is generic, it can be anything - project, repository, PR, user etc so data is stored in the form of (id, type, name).
Was this helpful?