Fix filter migration
authorrinpatch <rinpatch@sdf.org>
Wed, 20 Mar 2019 13:13:23 +0000 (16:13 +0300)
committerrinpatch <rinpatch@sdf.org>
Wed, 20 Mar 2019 13:13:23 +0000 (16:13 +0300)
priv/repo/migrations/20180813003722_create_filters.exs

index a273004ee8e7a0420b7a88c2f1974ea9430971ae..8e7129f342c3c9cd24fbce573e0c7226306c30f3 100644 (file)
@@ -8,7 +8,7 @@ defmodule Pleroma.Repo.Migrations.CreateFilters do
       add :hide, :boolean
       add :phrase, :string
       add :context, {:array, :string}
-      add :expires_at, :datetime
+      add :expires_at, :utc_datetime
       add :whole_word, :boolean
 
       timestamps()