From 99e57a8dccb700375c674c6c7872025f0022f0db Mon Sep 17 00:00:00 2001 From: Dieter Komendera Date: Thu, 8 Jan 2015 10:02:58 +0100 Subject: Use `SCHEMA` instead of `DB_STRUCTURE` for specifiying structure file. `rake test:load_structure` already uses `SCHEMA` and there's no need to maintain two different env vars. --- activerecord/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 3c4f06ccf8..e85df0f176 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,9 @@ +* Use `SCHEMA` instead of `DB_STRUCTURE` for specifiying structure file. + + This makes the db:structure tasks consistent with test:load_structure. + + *Dieter Komendera* + * Fix accessing of fixtures having non-string labels like Fixnum. *Prathamesh Sonpatki* -- cgit v1.2.3