aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-10-29 23:00:12 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-10-29 23:01:04 -0200
commit37c60c91f3224baea579fca1df7a580d85ec143f (patch)
tree322d6f97a7030f55b48e6c498370a4bc5156f8cd
parentfad74d65017665b55ce1b5f00a5c31e1fea9279e (diff)
downloadrails-37c60c91f3224baea579fca1df7a580d85ec143f.tar.gz
rails-37c60c91f3224baea579fca1df7a580d85ec143f.tar.bz2
rails-37c60c91f3224baea579fca1df7a580d85ec143f.zip
Add CHANGELOG entry to #8032 fix
e6b41845efe2252fe7de6882e355c31f93c65cc3 fixes that issue too. [ci skip]
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 9d59c91836..b89717fb40 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -5,6 +5,11 @@
*Rafael Mendonça França*
+* Fix bug where `rake db:test:prepare` tries to load the structure.sql into development database.
+ Fixes #8032.
+
+ *Grace Liu + Rafael Mendonça França*
+
* Fixed support for DATABASE_URL environment variable for rake db tasks. *Grace Liu*
* Fix bug where `update_columns` and `update_column` would not let you update the primary key column.