Fix user/deepl_account relation
This commit is contained in:
@ -7,6 +7,7 @@ defmodule Outlook.Accounts.User do
|
||||
field :password, :string, virtual: true, redact: true
|
||||
field :hashed_password, :string, redact: true
|
||||
field :confirmed_at, :naive_datetime
|
||||
has_one :deepl_account, Outlook.Translators.DeeplAccount
|
||||
|
||||
timestamps()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user