-
Notifications
You must be signed in to change notification settings - Fork 899
feat: audit login #5925
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
feat: audit login #5925
Changes from 7 commits
0a0adfd
6ddead2
1acc73c
a75392e
4c754d3
622733c
d9480b6
7308943
e5dbe17
e3a6587
809dc7b
e0a0b38
524e001
b19ae71
244068f
3465617
28f8060
5a25616
e242716
cda0818
9bfc125
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
-- It's not possible to drop enum values from enum types, so the UP has "IF NOT | ||
-- EXISTS". |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
ALTER TYPE audit_action | ||
ADD VALUE IF NOT EXISTS 'login'; | ||
|
||
ALTER TYPE audit_action | ||
ADD VALUE IF NOT EXISTS 'logout'; | ||
|
||
ALTER TYPE resource_type | ||
ADD VALUE IF NOT EXISTS 'api_key'; | ||
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.