Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add audit fields to top-level Database Entities #447

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Conversation

darthtrevino
Copy link
Collaborator

@darthtrevino darthtrevino commented Mar 15, 2022

Fixes #448

@darthtrevino darthtrevino marked this pull request as ready for review March 16, 2022 00:20
@YohannParis
Copy link
Collaborator

What is the purpose of those audits? I couldn't find a ticket linked to this PR.

@darthtrevino
Copy link
Collaborator Author

This isn't coming from CBOs, it's coming from MSR's conversations with other entities in using this project. I can create a ticket if that helps.

The audit fields add create_date, update_date, and audit_log fields to each of the top-level entities. When a mutation occurs on these entities the update_date is modified and a new audit_log entry is recorded.

@darthtrevino
Copy link
Collaborator Author

darthtrevino commented Mar 16, 2022

Let's not sweat this one too hard. I don't want to derail the current process. I'll leave the PR open until Mary and Dan decide they want this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add audit fields to database for top-level entities
2 participants