@@ -0,0 +1,10 @@
|
||||
defmodule LoLAnalytics.Repo.Migrations.ChampionDimName do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table("dim_champion") do
|
||||
add :name, :string
|
||||
add :image, :string
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user