Enhancement
Detail
#27721
Automatic data migration for applications without branch support
Branch support can be switched off for applications, which saves the leading branch column in all tables and indices. See com.top_logic.basic.db.schema.setup.config.SchemaConfiguration.hasMultipleBranches(). In such an application, automatic data migration does not currently work because it tries to access the branch columns of tables.
Test
No test.