aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorGuilherme Goettems Schneider <guigs81@gmail.com>2019-05-31 16:59:47 -0300
committerGuilherme Goettems Schneider <guigs81@gmail.com>2019-05-31 17:01:36 -0300
commit5f2bc3a6a00a2277481de7241f7a2066e886b84d (patch)
tree5102de3183abbaead0c75926cbbb9499a07ef02b /activerecord/CHANGELOG.md
parent06ae49d99c4bc6263a913529ca969d5505fcfdbe (diff)
downloadrails-5f2bc3a6a00a2277481de7241f7a2066e886b84d.tar.gz
rails-5f2bc3a6a00a2277481de7241f7a2066e886b84d.tar.bz2
rails-5f2bc3a6a00a2277481de7241f7a2066e886b84d.zip
Fix table comment also being applied to the primary key column
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 8c5342edb2..2b5fc1c2f8 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Fix table comment also being applied to the primary key column
+
+ *Guilherme Goettems Schneider*
+
* Allow generated `create_table` migrations to include or skip timestamps.
*Michael Duchemin*