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

Complete auditing columns for users table #1004

Open
michplunkett opened this issue Aug 1, 2023 · 0 comments
Open

Complete auditing columns for users table #1004

michplunkett opened this issue Aug 1, 2023 · 0 comments

Comments

@michplunkett
Copy link
Collaborator

What issue are you seeing?

We need to be able to keep track of who approved, confirmed, and disabled users. Essentially, the following columns need to be added/modified for the users table:

  • approved_by
  • approved -> approved_at and made into a timestamptz
  • confirmed_by
  • confirmed -> confirmed_at and made into a timestamptz
  • disabled_by
  • is_disabled -> disabled_at and made into timestamptz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant