Update loader, add event and fix count to api
This commit is contained in:
@@ -31,7 +31,7 @@ export const Game = database.define(
|
||||
gamemaster: { type: DataTypes.TEXT },
|
||||
payoutEB: { type: DataTypes.INTEGER },
|
||||
payoutIP: { type: DataTypes.INTEGER },
|
||||
payputLoot: { type: DataTypes.INTEGER }
|
||||
payoutLoot: { type: DataTypes.INTEGER }
|
||||
},
|
||||
{ timestamps: false }
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user