Fix an issue with default bot type value
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
1a43bfb620
commit
00c8be4d8c
|
@ -23,7 +23,7 @@ defmodule Mobilizon.Actors.Bot do
|
|||
|
||||
schema "bots" do
|
||||
field(:source, :string)
|
||||
field(:type, :string, default: :ics)
|
||||
field(:type, :string, default: "ics")
|
||||
|
||||
belongs_to(:actor, Actor)
|
||||
belongs_to(:user, User)
|
||||
|
|
Loading…
Reference in a new issue