Fix filter migration

This commit is contained in:
rinpatch 2019-03-20 16:13:23 +03:00
parent 19a19bdd81
commit cbc4a76b43
1 changed files with 1 additions and 1 deletions

View 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()