Send Notifications when participation approval
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
defmodule Mobilizon.Storage.Repo.Migrations.AddNotificationPendingParticipationToSettings do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:user_settings) do
|
||||
add(:notification_pending_participation, :integer, default: 5)
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user