Fix filter migration
This commit is contained in:
parent
19a19bdd81
commit
cbc4a76b43
@ -8,7 +8,7 @@ defmodule Pleroma.Repo.Migrations.CreateFilters do
|
|||||||
add :hide, :boolean
|
add :hide, :boolean
|
||||||
add :phrase, :string
|
add :phrase, :string
|
||||||
add :context, {:array, :string}
|
add :context, {:array, :string}
|
||||||
add :expires_at, :datetime
|
add :expires_at, :utc_datetime
|
||||||
add :whole_word, :boolean
|
add :whole_word, :boolean
|
||||||
|
|
||||||
timestamps()
|
timestamps()
|
||||||
|
Loading…
Reference in New Issue
Block a user