This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user