diff options
author | Roman Chvanikov <chvanikoff@gmail.com> | 2019-04-19 23:26:41 +0700 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@gmail.com> | 2019-04-19 23:26:41 +0700 |
commit | bc7862106d9881f858a58319e9e4b44cba1bcf01 (patch) | |
tree | 7df01ea6f09e3e4f473057637f3fd4a654448b60 /lib | |
parent | 8add1194448cfc183dce01b86451422195d44023 (diff) | |
download | pleroma-bc7862106d9881f858a58319e9e4b44cba1bcf01.tar.gz pleroma-bc7862106d9881f858a58319e9e4b44cba1bcf01.zip |
Fix tests
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/user.ex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pleroma/user.ex b/lib/pleroma/user.ex index c67a7b7a1..7053dfaf3 100644 --- a/lib/pleroma/user.ex +++ b/lib/pleroma/user.ex @@ -55,7 +55,6 @@ defmodule Pleroma.User do field(:tags, {:array, :string}, default: []) field(:bookmarks, {:array, :string}, default: []) field(:last_refreshed_at, :naive_datetime_usec) - field(:current_sign_in_at, :naive_datetime) field(:last_digest_emailed_at, :naive_datetime) has_many(:notifications, Notification) has_many(:registrations, Registration) |