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