Remove duplicate migration
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
6390c40e99
commit
d9cfe26f34
|
@ -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
|
|
Loading…
Reference in New Issue