aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-03-18 07:36:50 +0000
committerRick Olson <technoweenie@gmail.com>2006-03-18 07:36:50 +0000
commitddce0ae5257c2714e603e301846e6bd4800e07b8 (patch)
tree3545dcf0a3770782741386c4297d50012d498edd
parent229c0f4367be3c766886d75b51e3c15ee8916fc2 (diff)
downloadrails-ddce0ae5257c2714e603e301846e6bd4800e07b8.tar.gz
rails-ddce0ae5257c2714e603e301846e6bd4800e07b8.tar.bz2
rails-ddce0ae5257c2714e603e301846e6bd4800e07b8.zip
remove space
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3922 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 3267a712da..a364b38f33 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -12,7 +12,7 @@
* Added connection#current_database that'll return of the current database (only works in MySQL, SQL Server, and Oracle so far -- please help implement for the rest of the adapters) #3663 [Tom ward]
-* Fixed that Migration#execute w ould have the table name prefix appended to its query #4110 [mark.imbriaco@pobox.com]
+* Fixed that Migration#execute would have the table name prefix appended to its query #4110 [mark.imbriaco@pobox.com]
* Make all tinyint(1) variants act like boolean in mysql (tinyint(1) unsigned, etc.) [Jamis Buck]