MXS-2310: Document and install cdc_one_schema.py

Added documentation for the script and installed it as a part of the
default package.
This commit is contained in:
Markus Mäkelä
2019-02-01 14:58:25 +02:00
parent 87abd56f8b
commit 6295732bee
2 changed files with 42 additions and 0 deletions

View File

@ -3,4 +3,5 @@ install_script(cdc_users.py core)
install_script(cdc_last_transaction.py core)
install_script(cdc_kafka_producer.py core)
install_script(cdc_schema.py core)
install_script(cdc_one_schema.py core)
install_file(cdc_schema.go core)