aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-06-03 20:57:28 +0900
committerGitHub <noreply@github.com>2019-06-03 20:57:28 +0900
commitc926ca46280aee795b98206dd0707a96b9423cc5 (patch)
tree99c9199bf71835f18e2c746b04abe70569e5baed /activerecord/CHANGELOG.md
parenteece0bf1087dc2cb59605a5a9beb88c6b935c194 (diff)
parent49f31043be571381fd66dbc22b123d5625af64de (diff)
downloadrails-c926ca46280aee795b98206dd0707a96b9423cc5.tar.gz
rails-c926ca46280aee795b98206dd0707a96b9423cc5.tar.bz2
rails-c926ca46280aee795b98206dd0707a96b9423cc5.zip
Merge pull request #36384 from guigs/fix-invalid-schema-when-pk-column-has-comment
Fix invalid schema dump when primary key column has a comment
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 2b5fc1c2f8..6f08b1b8fe 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Fix invalid schema when primary key column has a comment
+
+ Fixes #29966
+
+ *Guilherme Goettems Schneider*
+
* Fix table comment also being applied to the primary key column
*Guilherme Goettems Schneider*