From 014c447c975ef2656a84aab361af82ddea6e3dbe Mon Sep 17 00:00:00 2001 From: Evgeny Danilenko <6655321@bk.ru> Date: Thu, 19 Aug 2021 11:08:35 +0300 Subject: [PATCH] Add a notice about running migrations in multiple instances Based on https://github.com/rubenv/sql-migrate/pull/58 and https://github.com/rubenv/sql-migrate/issues/45 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c954aa89..c64a3c85 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Using [modl](https://github.com/jmoiron/modl)? Check out [modl-migrate](https:// * Up/down migrations to allow rollback * Supports multiple database types in one project * Works great with other libraries such as [sqlx](https://jmoiron.github.io/sqlx/) +* Does not support running in concurrency or in multiple instances ## Installation