Link to performers home site.

This commit is contained in:
codevictory
2021-06-08 23:52:51 +03:00
parent 4fed654c2d
commit b457269ff7
5 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
defmodule :"Elixir.Runosaari.Repo.Migrations.Performer-link" do
use Ecto.Migration
def change do
alter table("performers") do
add :link, :string
end
end
end