More warning fixes.

This commit is contained in:
lain 2018-05-07 18:11:37 +02:00
commit ffe028cd73
6 changed files with 15 additions and 7 deletions

View file

@ -9,7 +9,7 @@ defmodule Pleroma.Web.OAuth.Token do
field(:refresh_token, :string)
field(:valid_until, :naive_datetime)
belongs_to(:user, Pleroma.User)
belongs_to(:app, Pleroma.App)
belongs_to(:app, App)
timestamps()
end