aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorFederico Martinez <fed.x.gibson@gmail.com>2018-05-31 00:49:25 -0300
committerFederico Martinez <fed.x.gibson@gmail.com>2018-06-01 18:58:51 -0300
commit7ef9849e3d51c1f4a37af368b770d8fdb41883cd (patch)
tree271fc8d3c1da3b8edc049ae9853773802066b8cf /activerecord/CHANGELOG.md
parentc1844477a1461ffc9db3d899212f608c2a0c77c9 (diff)
downloadrails-7ef9849e3d51c1f4a37af368b770d8fdb41883cd.tar.gz
rails-7ef9849e3d51c1f4a37af368b770d8fdb41883cd.tar.bz2
rails-7ef9849e3d51c1f4a37af368b770d8fdb41883cd.zip
Migrations will raise an exception if there are multiple column definitions (same name).
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index d101b81e28..a7d3319164 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Migrations raise when duplicate column definition.
+
+ Fixes #33024.
+
+ *Federico Martinez*
+
* Bump minimum SQLite version to 3.8
*Yasuo Honda*