Faster stat processing

This commit is contained in:
Michael Simard
2020-11-16 07:48:21 -06:00
parent aeb6b16afb
commit 8d94b42439
6 changed files with 213 additions and 38 deletions

View File

@@ -19,7 +19,9 @@ public func configure(_ app: Application) throws {
database: Environment.get("DATABASE_NAME") ?? "cod_db"
), as: .psql)
app.migrations.add(CreateMatch())
//app.migrations.add(CreateMatch())
app.migrations.add(AddCODGame())
// register routes
try routes(app)