Fix user/deepl_account relation

This commit is contained in:
Thelonius Kort
2023-01-09 21:09:46 +01:00
parent 6faf1e02f5
commit 54250a5a95
4 changed files with 6 additions and 5 deletions

View File

@ -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