aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-06-12 15:29:20 +0200
committerYves Senn <yves.senn@gmail.com>2014-06-12 15:29:20 +0200
commit46139d33c06715e74ad450428ece3ee84da98579 (patch)
tree28bab2fe3b127962321f5a765118ce9d5d812afe /activerecord/CHANGELOG.md
parent8f247871bb18b2e3036a05df5f62cbfe3b402586 (diff)
parentad42aaed04a6098732105c12c853bc912ee5cadd (diff)
downloadrails-46139d33c06715e74ad450428ece3ee84da98579.tar.gz
rails-46139d33c06715e74ad450428ece3ee84da98579.tar.bz2
rails-46139d33c06715e74ad450428ece3ee84da98579.zip
Merge pull request #15394 from morgoth/fix-automatic-maintaining-test-schema-for-sql-format
ActiveRecord::Migration.maintain_test_schema! doesn't work with structure.sql Conflicts: activerecord/CHANGELOG.md
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index e0a7552921..efa4abfa4d 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,10 @@
+* Fixed automatic maintaining test schema to properly handle sql structure
+ schema format.
+
+ Fixes #15394.
+
+ *Wojciech Wnętrzak*
+
* Pluck now works when selecting columns from different tables with the same
name.