Add description slug field for events
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
defmodule Elixir.Mobilizon.Repo.Migrations.EventAddDescriptionSlug do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:events) do
|
||||
add(:slug, :string)
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user