aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2007-10-07 04:52:09 +0000
committerMichael Koziarski <michael@koziarski.com>2007-10-07 04:52:09 +0000
commit5a276643d163b675dea459071824deae3ebec9f2 (patch)
treef74ee2aa6d7df3101fdc3a769a315d97218210e2 /activerecord/CHANGELOG
parent907d6ce28587593ec2bc93b4aeb216ca9d583a95 (diff)
downloadrails-5a276643d163b675dea459071824deae3ebec9f2.tar.gz
rails-5a276643d163b675dea459071824deae3ebec9f2.tar.bz2
rails-5a276643d163b675dea459071824deae3ebec9f2.zip
Allow change_column to set NOT NULL in the PostgreSQL adaptor. Closes #3904 [tarmo]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7766 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 5e3280dda7..c5b908b0e4 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Allow change_column to set NOT NULL in the PostgreSQL adapter [tarmo]
+
* Fix that ActiveRecord would create attribute methods and override custom attribute getters if the method is also defined in Kernel.methods. [Rick]
* Don't call attr_readonly on polymorphic belongs_to associations, in case it matches the name of some other non-ActiveRecord class/module. [Rick]