reset heroku db
This commit is contained in:
parent
28c55cdb33
commit
8e6abb8b10
1 changed files with 1 additions and 1 deletions
|
@ -84,6 +84,6 @@ class GameSchema(ma.Schema):
|
|||
player_black = fields.Int()
|
||||
player_white = fields.Int()
|
||||
|
||||
|
||||
|
||||
game_schema = GameSchema()
|
||||
games_schema = GameSchema(many=True)
|
Loading…
Reference in a new issue