Files
NowChessSystems/modules
LQ63 2d9ceca097
Build & Test (NowChessSystems) TeamCity build finished
revert(account): restore original two-persist pattern for OfficialBotAccount token
Reverts the Hibernate-related changes introduced during PR review:
- Remove nullable = false from OfficialBotAccount.token (caused PropertyValueException
  at first persist() since token is assigned after id is generated)
- Restore double persist() pattern: first persist() gets generated UUID, then token
  is generated using that id and entity is persisted again with dirty tracking

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-09 14:44:20 +02:00
..
2026-06-09 08:54:49 +00:00
2026-06-09 12:55:06 +02:00
2026-06-02 09:49:42 +00:00
2026-05-02 15:53:05 +00:00
2026-05-12 22:21:53 +00:00
2026-05-06 07:06:52 +00:00
2026-06-03 06:04:13 +00:00