move storage and api to apps, create base analyzer

This commit is contained in:
2024-05-10 06:08:25 +02:00
parent 987339f517
commit 2e56c7105b
42 changed files with 403 additions and 48 deletions
@@ -10,6 +10,7 @@ defmodule LoLAnalytics.Repo.Migrations.Player do
timestamps()
end
unique_index("player", :puuid)
create index(:player, [:puuid])
end
end