cloudant / python-cloudant

A Python library for Cloudant and CouchDB
Apache License 2.0
163 stars 55 forks source link

Add replication and scheduler operations to the migration guide #490

Closed mojito317 closed 3 years ago

mojito317 commented 3 years ago

Checklist

Description

Replication related operations were missing from the migration guide.

Approach

I added some replication and scheduler related missing operations in the migration guide table. There was not identical operation like postReplicate, so I removed it.

Schema & API Changes

Security and Privacy

Testing

Monitoring and Logging

mojito317 commented 3 years ago

Thanks for the reviews @ricellis and @vmatyusGitHub! I'm about to merge this.