aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2005-11-20 07:45:04 +0000
committerMarcel Molina <marcel@vernix.org>2005-11-20 07:45:04 +0000
commitf18463f99e1237b31bfe5b6bcba327c97eede8c3 (patch)
tree7892d466698baf65a4748eeed46a0f64d99bb7b0 /activerecord/CHANGELOG
parent991189b58d605f938200e8df1ef6e65583345067 (diff)
downloadrails-f18463f99e1237b31bfe5b6bcba327c97eede8c3.tar.gz
rails-f18463f99e1237b31bfe5b6bcba327c97eede8c3.tar.bz2
rails-f18463f99e1237b31bfe5b6bcba327c97eede8c3.zip
Add tasks to create, drop and rebuild the MySQL and PostgreSQL test databases.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3105 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 17c829149d..041eafe65b 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Add tasks to create, drop and rebuild the MySQL and PostgreSQL test databases. [Marcel Molina Jr.]
+
* Correct boolean handling in generated reader methods. #2945 [don.park@gmail.com, Stefan Kaes]
* Don't generate read methods for columns whose names are not valid ruby method names. #2946 [Stefan Kaes]