Add support for GraphQL handling of group follows
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
defmodule Mobilizon.Storage.Repo.Migrations.AddNotifyToFollowers do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:followers) do
|
||||
add(:notify, :boolean, default: true)
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user