diff --git a/resources/support-center/knowledge-base/tables-schema/schema-migration-tools.mdx b/resources/support-center/knowledge-base/tables-schema/schema-migration-tools.mdx index c17b01d66..f8d254563 100644 --- a/resources/support-center/knowledge-base/tables-schema/schema-migration-tools.mdx +++ b/resources/support-center/knowledge-base/tables-schema/schema-migration-tools.mdx @@ -18,6 +18,7 @@ There is no standard schema migration tool for ClickHouse, but we have compiled - [Bytebase](https://www.bytebase.com/) - [Flyway](https://documentation.red-gate.com/fd/supported-databases-and-versions-143754067.html) - [Liquibase](https://www.liquibase.com/) -- A [simple community tool](https://github.com/VVVi/clickhouse-migrations) named `clickhouse-migrations` +- A [simple community tool](https://github.com/VVVi/clickhouse-migrations) named `clickhouse-migrations` (Node.js) - Another [community tool](https://github.com/golang-migrate/migrate/tree/master/database/clickhouse) written in Go - [Houseplant](https://houseplant.readthedocs.io) +- [`clickhouse-migrations`](https://github.com/zifter/clickhouse-migrations) (Python) — a file-based schema migration runner available as a CLI and Python library, with single-node and cluster (`ON CLUSTER` / replicated) support