Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: PasswordUpdatedAt column + auto-update with a fn and trigger (#301
) Add a `password_updated_at` column to the `user` table, and add a function + trigger to automatically update the timestamp when the password column is updated. closes #299
- Loading branch information