Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sqlcapture: Temporarily initialize KeyColumns
This commit adds a temporary bit of migration logic which will fill in `state.KeyColumns` for any already-active only-changes bindings with a nil value for that state property. This means that preexisting bindings will behave the same as any new ones initialized after the corresponding change to the activatePendingStreams logic. Since this will immediately add the missing property as soon as a task restarts and it will persist thereafter, the migration can probably be removed in just a few days at most.
- Loading branch information