From c647708a98fb1fe1db88de52103e5e7d0898d69f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 19:51:18 +0000 Subject: [PATCH] chore: update docs/liquibase.md [20260517-1948] --- docs/liquibase.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/liquibase.md b/docs/liquibase.md index 910044b7..2025b134 100644 --- a/docs/liquibase.md +++ b/docs/liquibase.md @@ -25,17 +25,17 @@ ## Flyway -- [Flyway](https://flywaydb.org/) Version control for your database. Robust schema evolution across all your environments. With ease, pleasure and plain SQL. +- [Flyway](https://www.red-gate.com/products/flyway/community//) Version control for your database. Robust schema evolution across all your environments. With ease, pleasure and plain SQL. - [dzone: Build a Spring Boot App With Flyway and Postgres](https://dzone.com/articles/build-a-spring-boot-app-with-flyway-and-postgres) ## Liquibase vs. Flyway -- [liquibase.org: Liquibase vs. Flyway](https://www.liquibase.org/liquibase-vs-flyway) +- [liquibase.org: Liquibase vs. Flyway](https://www.liquibase.com/community/liquibase-vs-flyway) - [medium: Database version control — Liquibase versus Flyway](https://medium.com/@ruxijitianu/database-version-control-liquibase-versus-flyway-9872d43ee5a4) ## PlanetScale -- [docs.planetscale.com: The PlanetScale workflow 🌟](https://docs.planetscale.com/concepts/planetscale-workflow) Use the PlanetScale workflow for branching databases, non-blocking schema changes and more. +- [docs.planetscale.com: The PlanetScale workflow 🌟](https://planetscale.com/docs/vitess/best-practices) Use the PlanetScale workflow for branching databases, non-blocking schema changes and more. ## Bytebase