We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85ee32 commit 173ebe3Copy full SHA for 173ebe3
README.md
@@ -18,6 +18,10 @@ Or install it yourself as:
18
19
$ gem install utf8mb4rails
20
21
+This gem uses [https://github.com/departurerb/departure](departure) a Percona's pt-online-schema-change runner for ActiveRecord migrations.
22
+
23
+You need to have percona tools installed prior to using this gem. See instructions [https://github.com/departurerb/departure](here).
24
25
## Usage
26
27
This gem will add in your rails project a new task called utf8mb4. This tast is aimed to easily convert tables in utf8 into
0 commit comments