Merge branch 'features/mastoapi/2.7.0-auth-error-messages' into 'develop'
[akkoma] / 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()