What the thread design got wrong, as built
Two schema faults that only appeared on deploy β the hand-applied column that was flagged and not applied, and a frozen ddl-auto CHECK on media_sessions that wo...
The check constraint a fourth visibility would break
Hibernate wrote `check (visibility in **************** 'PLATFORM_ADMIN_ONLY'))` when it created report_catalog. ddl-auto adds columns and never rewrites a const...
Record that Organization.YEAR_EST is optional and may be cleared
The column was always nullable and both server paths already handled null β CreateOrganizationPayloadParser maps an empty or unparseable value to null, and patc...
The bug-report association holds video too
SYSTEM_BUG_SCREENSHOT now carries screen recordings alongside screenshots. The constant keeps its name and its id β id 17 is written into assoc_id on every row ...
Record that Java field order does not control DDL key order
The composite-key assertion passed while ddl-auto actually built PRIMARY KEY (logical_id, resource_type, tenant_id) β Hibernate emits @EmbeddedId columns ALPHAB...
Clarify that messages are always saved to database, even if recipient is offline
Update AgeReqType comments to reflect correct age ranges
- KIDS_ONLY: 3 to 12 (was incorrectly documented as 3 to 17) - ALL_COPPA_GRADS: 13 and up (clarified from 'Teenagers and up')
Like what you see shipping?
Every one of these updates lands in your workspace automatically. Start free and watch it grow week after week.