-
Notifications
You must be signed in to change notification settings - Fork 884
feat: add audit logging database schema #1225
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1225 +/- ##
==========================================
- Coverage 66.20% 65.85% -0.35%
==========================================
Files 275 271 -4
Lines 17952 17816 -136
Branches 216 216
==========================================
- Hits 11885 11733 -152
- Misses 4836 4864 +28
+ Partials 1231 1219 -12
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems reasonable to me!
"time" timestamp with time zone NOT NULL, | ||
user_id uuid NOT NULL, | ||
organization_id uuid NOT NULL, | ||
ip cidr NOT NULL, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's neat that PostgreSQL has a cidr
type!
09fb77c
to
e585f91
Compare
a1788df
to
38cdef4
Compare
No description provided.