Remove duplicate migration

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2018-06-06 18:25:57 +02:00
parent 6390c40e99
commit d9cfe26f34
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
defmodule Eventos.Repo.Migrations.AddAvatarAndBannerToAccount do
use Ecto.Migration
def change do
alter table(:accounts) do
add :avatar_url, :string, null: true
add :banner_url, :string, null: true
end
end
end