aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2006-04-25 19:20:00 +0000
committerMarcel Molina <marcel@vernix.org>2006-04-25 19:20:00 +0000
commit7a01561a6e2ac7e5ab0117d5099a7040a9324202 (patch)
treebc59ca7068378a7e2f8876fd25c4a28a63ed943c /activerecord/CHANGELOG
parent9a5b91a329f7c61cc350e0d4b7f1c7f6db78d8b0 (diff)
downloadrails-7a01561a6e2ac7e5ab0117d5099a7040a9324202.tar.gz
rails-7a01561a6e2ac7e5ab0117d5099a7040a9324202.tar.bz2
rails-7a01561a6e2ac7e5ab0117d5099a7040a9324202.zip
Make build_postgresql_databases task make databases owned by the postgres user. Closes #4790. [mlaster@metavillage.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4271 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 3155de959f..67c44f339a 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,6 @@
*SVN*
+* Make build_postgresql_databases task make databases owned by the postgres user. Closes #4790. [mlaster@metavillage.com]
* Sybase Adapter type conversion cleanup. Closes #4736. [dev@metacasa.net]
* Fix bug where calculations with long alias names return null. [Rick]