Closed jqueneeSAP closed 4 months ago
MigrationHybrisMSSqlPlatform.java should exclude new system tables provide by AzureSQL. Generation database schema is crashing because of that.
org.apache.ddlutils.DatabaseOperationException: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'change_streams_destination_type'.
Fix suggestion
tablesToExclude = Set.of("trace_xe_action_map", "trace_xe_event_map", "change_streams_partition_scheme", "change_streams_destination_type")
MigrationHybrisMSSqlPlatform.java should exclude new system tables provide by AzureSQL. Generation database schema is crashing because of that.
org.apache.ddlutils.DatabaseOperationException: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'change_streams_destination_type'.
Fix suggestion
tablesToExclude = Set.of("trace_xe_action_map", "trace_xe_event_map", "change_streams_partition_scheme", "change_streams_destination_type")