From d6eb6c49590ad990bf13ed405565865ecf33950b Mon Sep 17 00:00:00 2001 From: mattes Date: Sat, 11 Oct 2014 01:29:01 +0200 Subject: [PATCH] Update Readme --- driver/mysql/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/driver/mysql/README.md b/driver/mysql/README.md index 87bdaec..70bdee0 100644 --- a/driver/mysql/README.md +++ b/driver/mysql/README.md @@ -1,5 +1,7 @@ # MySQL Driver +### See [issue #1](https://github.com/mattes/migrate/issues/1#issuecomment-58728186) before using this driver! + * Runs migrations in transcations. That means that if a migration failes, it will be safely rolled back. * Tries to return helpful error messages.