From 85f71f5117cddf89fb109ffea285e456ec7c97c3 Mon Sep 17 00:00:00 2001 From: Hila Kashai Date: Tue, 6 Feb 2024 15:51:12 +0200 Subject: [PATCH] add atlas to schema migration tools list --- .../schema-migration-tools/_index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/en/altinity-kb-setup-and-maintenance/schema-migration-tools/_index.md b/content/en/altinity-kb-setup-and-maintenance/schema-migration-tools/_index.md index 9afadd2b8d..27f5e4f655 100644 --- a/content/en/altinity-kb-setup-and-maintenance/schema-migration-tools/_index.md +++ b/content/en/altinity-kb-setup-and-maintenance/schema-migration-tools/_index.md @@ -4,6 +4,8 @@ linkTitle: "Schema migration tools for ClickHouse" description: > Schema migration tools for ClickHouse --- +* [atlas](https://atlasgo.io) + * [https://atlasgo.io/guides/clickhouse](https://atlasgo.io/guides/clickhouse) * golang-migrate tool - see [golang-migrate](./golang-migrate) * liquibase * [https://github.com/mediarithmics/liquibase-clickhouse](https://github.com/mediarithmics/liquibase-clickhouse) @@ -17,7 +19,7 @@ description: > * [https://github.com/flyway/flyway/pull/2166](https://github.com/flyway/flyway/pull/2166) Clickhouse support (\#1772) * [https://github.com/flyway/flyway/pull/1773](https://github.com/flyway/flyway/pull/1773) Fixed \#1772: Add support for ClickHouse ([https://clickhouse.yandex/](https://clickhouse.yandex/)) * [alembic](https://alembic.sqlalchemy.org/en/latest/) - * see https://clickhouse-sqlalchemy.readthedocs.io/en/latest/migrations.html + * see https://clickhouse-sqlalchemy.readthedocs.io/en/latest/migrations.html * bytebase * [https://bytebase.com](https://bytebase.com) * custom tool for ClickHouse for python @@ -27,7 +29,7 @@ description: > * phpMigrations * [https://github.com/smi2/phpMigrationsClickhouse](https://github.com/smi2/phpMigrationsClickhouse) * [https://habrahabr.ru/company/smi2/blog/317682/](https://habrahabr.ru/company/smi2/blog/317682/) -* dbmate +* dbmate * [https://github.com/amacneil/dbmate#clickhouse](https://github.com/amacneil/dbmate#clickhouse) know more?