forked from AkkomaGang/akkoma
Fix filter migration
This commit is contained in:
parent
19a19bdd81
commit
cbc4a76b43
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ def change 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 a new issue