Enhancement
Major
Detail
Major
Detail
Bugfix
With #25881 read-only columns were introduced for tables that originally stored objects without a model, which provide the (constant) type reference for these objects. Such tables (e.g. Person) are thus monomorphic, since they can only store objects of exactly this one type.
Problem
The replay migration is not prepared for this change and tries to set the value for the type column(tType). This fails with an UnsupportedOperationException "Computed attribute 'tType' must not be set.".
Test
- test-app-rewrite from #26798