averbraeck / housinggame-admin

Administrator app for the Housing Game
https://housing-game.tbm.tudelft.nl
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Make the house_id in the playerround table nullable #14

Closed averbraeck closed 10 months ago

averbraeck commented 10 months ago

In order to be able to sell a house, a player has to be able to have no house for a short amount of time (before a new round starts, the player has to have obtained a new house -- the business logic has to check this).

averbraeck commented 10 months ago

The column house_id in the table playerround can be NULL now. The relationship to the house table is now optional.

averbraeck commented 10 months ago

Admin app adapted to nullable house id for the PlayerRound.