This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
defmodule LoLAnalytics.Repo.Migrations.DimPlayerLastProcessed do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table "dim_player" do
|
||||
add :last_processed_at, :utc_datetime
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user