Rendering champions with win rates
ci / docker (push) Waiting to run

This commit is contained in:
2024-05-31 00:45:22 +02:00
parent 520c234a94
commit 22b79f5376
19 changed files with 853 additions and 9 deletions
@@ -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