Holy db migrations batman
This commit is contained in:
@@ -747,7 +747,7 @@ class TestHashedMatchingLogic:
|
||||
reservation = Reservation(
|
||||
customer_id=customer.id,
|
||||
unique_id="res_6",
|
||||
hotel_code="hotel_1",
|
||||
hotel_id="hotel_1",
|
||||
)
|
||||
test_db_session.add(reservation)
|
||||
await test_db_session.commit()
|
||||
|
||||
Reference in New Issue
Block a user