timescaledb-connector/src/integration-test/java/com/epam/deltix/timebase/connector/service/timescale/TimescaleMigrationServiceTest.java [396:416]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        filedAction.setNewState(newFieldState);
        filedAction.setPreviousState(previousFieldState);

        SchemaFieldDataTransformation filedTransformation = new SchemaFieldDataTransformation();
        filedTransformation.setDefaultValue("1237454");

        filedAction.setDataTransformation(filedTransformation);

        filedActions.add(filedAction);

        alterDescriptorAction.setFieldChangeActions(filedActions);

        ObjectArrayList<SchemaDescriptorChangeActionInfo> actions = new ObjectArrayList<>();
        actions.add(alterDescriptorAction);

        changeMessage.setDescriptorChangeActions(actions);

        migrationService.apply(changeMessage, "events");
    }

    @Test
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



timescaledb-connector/src/integration-test/java/com/epam/deltix/timebase/connector/service/timescale/TimescaleMigrationServiceTest.java [615:635]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        filedAction.setNewState(newFieldState);
        filedAction.setPreviousState(previousFieldState);

        SchemaFieldDataTransformation filedTransformation = new SchemaFieldDataTransformation();
        filedTransformation.setDefaultValue("1237454");

        filedAction.setDataTransformation(filedTransformation);

        filedActions.add(filedAction);

        alterDescriptorAction.setFieldChangeActions(filedActions);

        ObjectArrayList<SchemaDescriptorChangeActionInfo> actions = new ObjectArrayList<>();
        actions.add(alterDescriptorAction);

        changeMessage.setDescriptorChangeActions(actions);

        migrationService.apply(changeMessage, "events");
    }

    @Test
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



