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 9822b60 commit ecd0cd5Copy full SHA for ecd0cd5
Changelog.md
@@ -1,5 +1,6 @@
1
# Changelog
2
3
+- Allow multiple data migration paths https://github.com/ilyakatz/data-migrate/pull/331
4
- Fix db:prepare:with_data task on [Rails 7.2](https://github.com/ilyakatz/data-migrate/pull/339)
5
6
# 11.0.0
README.md
@@ -38,6 +38,11 @@ table to track all migrations.
38
39
Support Rails 6.1 through 7.2
40
41
+For **Rails 6.0** support, please use gem version `9.1.x`:
42
+
43
+```ruby
44
+gem 'data_migrate', '~> 9.1.0'
45
+```
46
47
#### v1
48
0 commit comments