Migrate modified field on games table

This commit is contained in:
2020-07-04 20:15:55 +02:00
parent 740a81be7c
commit a47f25a7dc
7 changed files with 247 additions and 17 deletions

View File

@@ -18,7 +18,7 @@ def test_cities():
def test_games():
test = db.query(Games).filter(Games.id == 508).first()
assert test.user_id == 1987
assert test.user_id == 1978
def test_payments():