OpenOversight
OpenOversight copied to clipboard
Complete auditing columns for `users` table
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 atimestamptz
-
confirmed_by
-
confirmed
->confirmed_at
and made into atimestamptz
-
disabled_by
-
is_disabled
->disabled_at
and made intotimestamptz