Introduce group basic federation, event new page and notifications
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
defmodule Mobilizon.Storage.Repo.Migrations.AddNumberEditsToComment do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:comments) do
|
||||
add(:edits, :integer, default: 0)
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user