Migrate modified field on games table
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user