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

Do not write/update TIMESTAMP fields in the database #11

Closed averbraeck closed 10 months ago

averbraeck commented 10 months ago

On Windows, setting a TIMESTAMP field in a table in the database works without problems. In Linux, it gives an error. Updates of TIMESTAMP fields should be removed from the user interface.

averbraeck commented 10 months ago

Removed and tested under Linux. Problem resolved.