Files
NowChessSystems/modules/account
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 08:54:49 +00:00