aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorbogdanvlviv <bogdanvlviv@gmail.com>2017-02-25 19:32:50 +0200
committerbogdanvlviv <bogdanvlviv@gmail.com>2017-04-19 23:37:58 +0300
commitbb9d6eb094f29bb94ef1f26aa44f145f17b973fe (patch)
treebafe0fe871e0a1d2249c16f48f077b242c6c7426 /activerecord/CHANGELOG.md
parentb77d2aa0c336492ba33cbfade4964ba0eda3ef84 (diff)
downloadrails-bb9d6eb094f29bb94ef1f26aa44f145f17b973fe.tar.gz
rails-bb9d6eb094f29bb94ef1f26aa44f145f17b973fe.tar.bz2
rails-bb9d6eb094f29bb94ef1f26aa44f145f17b973fe.zip
Add additional raise UnknownMigrationVersionError
Raise error on the movement of migrations when the current migration does not exist.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index d8f93280cd..f0cfd0469e 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Raise error `UnknownMigrationVersionError` on the movement of migrations
+ when the current migration does not exist.
+
+ *bogdanvlviv*
+
* Fix `bin/rails db:forward` first migration.
*bogdanvlviv*