circus-train icon indicating copy to clipboard operation
circus-train copied to clipboard

Investigate replication of column additions in structs

Open patduin opened this issue 5 years ago • 0 comments

As a user of CircusTrain I'd like to know if I can change struct columns without breaking replication

Acceptance Criteria:

  • Write an integration test for the following scenario.
    • Table (with a column of type struct) is replicated
    • column is update on source to contain extra columns. (struct type change)
    • Type change is replicated to target table correctly.

patduin avatar Mar 04 '20 10:03 patduin