Nanne Baars f7b794bf68 Race condition in counting number of attempts #567 (#697)
Add version to Hibernate mapping so we get optimistic locking this solves
number of parallel calls trying to update/guess and mess with the lesson
counter
2019-11-03 18:14:15 +01:00

2 lines
58 B
SQL

ALTER TABLE CONTAINER.LESSON_TRACKER ADD VERSION INTEGER;