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
2 lines
58 B
SQL
2 lines
58 B
SQL
ALTER TABLE CONTAINER.LESSON_TRACKER ADD VERSION INTEGER;
|