Holy db migrations batman

This commit is contained in:
Jonas Linter
2025-12-03 10:41:34 +01:00
parent 7ff3c44747
commit b572f660a7
19 changed files with 752 additions and 84 deletions

View File

@@ -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()