Skip to content
Snippets Groups Projects
Commit cbc4a76b authored by rinpatch's avatar rinpatch
Browse files

Fix filter migration

parent 19a19bdd
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment