move storage and api to apps, create base analyzer
This commit is contained in:
@@ -10,6 +10,7 @@ defmodule LoLAnalytics.Repo.Migrations.Player do
|
||||
timestamps()
|
||||
end
|
||||
|
||||
unique_index("player", :puuid)
|
||||
create index(:player, [:puuid])
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user