projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19a19bd
)
Fix filter migration
author
rinpatch
<rinpatch@sdf.org>
Wed, 20 Mar 2019 13:13:23 +0000
(16:13 +0300)
committer
rinpatch
<rinpatch@sdf.org>
Wed, 20 Mar 2019 13:13:23 +0000
(16:13 +0300)
priv/repo/migrations/20180813003722_create_filters.exs
patch
|
blob
|
history
diff --git
a/priv/repo/migrations/20180813003722_create_filters.exs
b/priv/repo/migrations/20180813003722_create_filters.exs
index a273004ee8e7a0420b7a88c2f1974ea9430971ae..8e7129f342c3c9cd24fbce573e0c7226306c30f3 100644
(file)
--- a/
priv/repo/migrations/20180813003722_create_filters.exs
+++ b/
priv/repo/migrations/20180813003722_create_filters.exs
@@
-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()