add patch_number and queue_id to dim_match
ci / docker (push) Failing after 3m56s

This commit is contained in:
2024-06-22 20:00:02 +02:00
parent 56ba989ad8
commit 078682fd48
8 changed files with 47 additions and 7 deletions
@@ -0,0 +1,9 @@
defmodule LoLAnalytics.Repo.Migrations.DimMatchQueueId do
use Ecto.Migration
def change do
alter table "dim_match" do
add :queue_id, :integer
end
end
end