diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2005-09-27 15:45:48 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2005-09-27 15:45:48 +0000 |
commit | 64937891c71b56b3616e0f6cec01bb5d44463958 (patch) | |
tree | 5cfae8216756eede0b01d693bffd0aac7f83c647 | |
parent | a111e1a271917c56306b7935677ae212027f7702 (diff) | |
download | rails-64937891c71b56b3616e0f6cec01bb5d44463958.tar.gz rails-64937891c71b56b3616e0f6cec01bb5d44463958.tar.bz2 rails-64937891c71b56b3616e0f6cec01bb5d44463958.zip |
r3632@asus: jeremy | 2005-09-27 12:18:49 -0700
reset_sequences cleanup also fixed #2183; credit ticket author
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2367 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 0832ac3e16..f723bec3b1 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,6 +1,6 @@ *SVN* -* Clean up Fixtures.reset_sequences for PostgreSQL. Handle tables with no rows and models with custom primary keys. #2174 [jay@jay.fm] +* Clean up Fixtures.reset_sequences for PostgreSQL. Handle tables with no rows and models with custom primary keys. #2174, #2183 [jay@jay.fm, Blair Zajac <blair@orcaware.com>] * Improve error message when nil is assigned to an attr which validates_size_of within a range. #2022 [Manuel Holtgrewe <purestorm@ggnore.net>] |