mirror of
https://github.com/usetrmnl/terminus.git
synced 2026-08-13 14:29:27 -07:00
Added user password hash relation
Necessary to aid in managing password hashes for users. Milestone: minor
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Terminus
|
||||
module Relations
|
||||
# The user password hash relation.
|
||||
class UserPasswordHash < DB::Relation
|
||||
schema :user_password_hash, infer: true
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user