aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2017-04-19 19:33:37 -0400
committerGitHub <noreply@github.com>2017-04-19 19:33:37 -0400
commit7ce850cd627dc87874affa25efd8349cf329ccc5 (patch)
treefe2e4722211ef05810dc129d3ef8bb086a2977f5 /activerecord/CHANGELOG.md
parent2b181538bb4087cfde22f31badb73d5a3aa65adf (diff)
parentbb9d6eb094f29bb94ef1f26aa44f145f17b973fe (diff)
downloadrails-7ce850cd627dc87874affa25efd8349cf329ccc5.tar.gz
rails-7ce850cd627dc87874affa25efd8349cf329ccc5.tar.bz2
rails-7ce850cd627dc87874affa25efd8349cf329ccc5.zip
Merge pull request #28166 from bogdanvlviv/fix_migration_tasks
Fix migration tasks
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index f74425b281..f0cfd0469e 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,12 @@
+* Raise error `UnknownMigrationVersionError` on the movement of migrations
+ when the current migration does not exist.
+
+ *bogdanvlviv*
+
+* Fix `bin/rails db:forward` first migration.
+
+ *bogdanvlviv*
+
* Support Descending Indexes for MySQL.
MySQL 8.0.1 and higher supports descending indexes: `DESC` in an index definition is no longer ignored.