From 11411effded1e3b2c6cf4577be22e75ac4dd48b3 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Fri, 23 Sep 2005 17:27:59 +0000 Subject: Allow the postgresql adapter to work with the SchemaDumper. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2317 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index a486e167ef..cce58f7587 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Allow the postgresql adapter to work with the SchemaDumper. + * Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, making it easier to consolidate large migration lists and port database schemas between databases. * Fixed migrations for Windows when using more than 10 [David Naseby] -- cgit v1.2.3