OpenOversight icon indicating copy to clipboard operation
OpenOversight copied to clipboard

Complete auditing columns for `users` table

Open michplunkett opened this issue 1 year ago • 0 comments

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

michplunkett avatar Aug 01 '23 22:08 michplunkett