diff options
author | Ronak Jangir <ronakjangir47@gmail.com> | 2015-05-20 13:56:58 +0530 |
---|---|---|
committer | Ronak Jangir <ronakjangir47@gmail.com> | 2015-05-20 14:00:31 +0530 |
commit | 76fbfe9e6c7bf9e61f7b9d14a033f50ac4ff2b5e (patch) | |
tree | 8d5485ff249953243a512fb11198fbc186bcdc91 /activerecord/Rakefile | |
parent | 07f1a503ace4b728b6e295af3fc69c1dc1ed18cc (diff) | |
download | rails-76fbfe9e6c7bf9e61f7b9d14a033f50ac4ff2b5e.tar.gz rails-76fbfe9e6c7bf9e61f7b9d14a033f50ac4ff2b5e.tar.bz2 rails-76fbfe9e6c7bf9e61f7b9d14a033f50ac4ff2b5e.zip |
Updated postgresql documentation link to use latest version [ci skip]
Diffstat (limited to 'activerecord/Rakefile')
-rw-r--r-- | activerecord/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/Rakefile b/activerecord/Rakefile index f1facac21b..fa53926eb2 100644 --- a/activerecord/Rakefile +++ b/activerecord/Rakefile @@ -122,7 +122,7 @@ namespace :db do # prepare hstore if %x( createdb --version ).strip.gsub(/(.*)(\d\.\d\.\d)$/, "\\2") < "9.1.0" - puts "Please prepare hstore data type. See http://www.postgresql.org/docs/9.0/static/hstore.html" + puts "Please prepare hstore data type. See http://www.postgresql.org/docs/current/static/hstore.html" end end |