diff --git a/knowledgebase/schema_migration_tools.mdx b/knowledgebase/schema_migration_tools.mdx index 6f159206081..5327bbf9454 100644 --- a/knowledgebase/schema_migration_tools.mdx +++ b/knowledgebase/schema_migration_tools.mdx @@ -18,7 +18,7 @@ There is no standard schema migration tool for ClickHouse, but we have compiled - [Goose](https://github.com/pressly/goose) - [Atlas](https://atlasgo.io/guides/clickhouse?utm_source=clickhouse&utm_term=knowledge) - [Bytebase](https://www.bytebase.com/) -- [Flyway](https://documentation.red-gate.com/flyway/flyway-cli-and-api/supported-databases/clickhouse-database) +- [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` - Another [community tool](https://github.com/golang-migrate/migrate/tree/master/database/clickhouse) written in Go