aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorkennyj <kennyj@gmail.com>2012-03-08 20:07:44 +0900
committerkennyj <kennyj@gmail.com>2012-03-08 20:07:44 +0900
commitaa9b64790be6b367b07858f0d5dd2b22da011350 (patch)
tree506035818b1cecb4c7c6b33e9b82629eec138d51 /activerecord/CHANGELOG.md
parent104eebb4ccc7e9594095c474888c7bfd8e071394 (diff)
downloadrails-aa9b64790be6b367b07858f0d5dd2b22da011350.tar.gz
rails-aa9b64790be6b367b07858f0d5dd2b22da011350.tar.bz2
rails-aa9b64790be6b367b07858f0d5dd2b22da011350.zip
Update CHANGELOG to fix wrong extension.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
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