6 lines
337 B
Markdown
6 lines
337 B
Markdown
# MySQL Migration Guide
|
|
|
|
## Upgrading to 3.0.0
|
|
|
|
CDC syncs now has default cursor field called `_ab_cdc_cursor`. You will need to force normalization to rebuild your destination tables by manually dropping the SCD tables, refreshing the connection schema (skipping the reset), and running a sync. Alternatively, you can just run a reset.
|