From aa9b64790be6b367b07858f0d5dd2b22da011350 Mon Sep 17 00:00:00 2001 From: kennyj Date: Thu, 8 Mar 2012 20:07:44 +0900 Subject: Update CHANGELOG to fix wrong extension. --- activerecord/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 21f2b97f5d..d7823855a3 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -15,7 +15,7 @@ 3) boot rails. RAILS_ENV=production bundle exec rails server - => use db/schema_cache.db + => use db/schema_cache.dump 4) If you remove clear dumped cache, execute rake task. RAILS_ENV=production bundle exec rake db:schema:cache:clear -- cgit v1.2.3