Migration: Photo path for performers.
This commit is contained in:
9
priv/repo/migrations/20210523174345_performer_images.exs
Normal file
9
priv/repo/migrations/20210523174345_performer_images.exs
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
defmodule Runosaari.Repo.Migrations.PerformerImages do
|
||||||
|
use Ecto.Migration
|
||||||
|
|
||||||
|
def change do
|
||||||
|
alter table("performers") do
|
||||||
|
add :photo_path, :string
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user