Open shayonj opened 1 week ago
This way, we don't sync the schema for the whole DB. No major concerns, but the DDL tracking is only for the table that are marked up for replication, so good to be in sync.
This is a bit tricky because it happens on the worker side. Perhaps should move it to the replicator side. Worth it perhaps.
This way, we don't sync the schema for the whole DB. No major concerns, but the DDL tracking is only for the table that are marked up for replication, so good to be in sync.