From 706e6fdaaf651a4a51bd1fb65bdcf81432eb66bd Mon Sep 17 00:00:00 2001 From: Andrei Kaleshka Date: Tue, 2 Jan 2024 23:05:30 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8655445..c949bc2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # ActualDbSchema -Does switching between branches in a Rails app mess up your DB schema? +Does switching between branches in your Rails app mess up the DB schema? Keep the DB schema actual across branches in your Rails project. Just install `actual_db_schema` gem and run `db:migrate` in branches as usual. It automatically rolls back the *phantom migrations* (non-relevant to the current branch). No additional steps are needed.