mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-03 05:45:14 +00:00
Remove duplicate migration
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
6390c40e99
commit
d9cfe26f34
1 changed files with 0 additions and 10 deletions
|
@ -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 a new issue