From 148da20a75dee44918fd88bbeb9daae31c0be96f Mon Sep 17 00:00:00 2001 From: Genki Sugawara Date: Wed, 19 Nov 2014 00:08:06 +0900 Subject: [PATCH] Fix README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3e20b171..95fdb066 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ It defines DB schema using [Rails DSL](http://guides.rubyonrails.org/migrations. * `>= 0.4.8` * `activerecord-mysql-unsigned` is now optional. Please pass `--enable-mysql-unsigned` after you install [activerecord-mysql-unsigned](https://github.com/waka/activerecord-mysql-unsigned) if you want to use. * Please pass `--enable-foreigner` after you install [foreigner](https://github.com/matthuhiggins/foreigner) if you want to use the foreign key. +* `>= 0.4.11` + * Add `--enable-mysql-pkdump` option. ## Installation