<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -72,8 +72,6 @@ namespace :postgresql do
   task :build_databases do
     %x( createdb activerecord_unittest )
     %x( createdb activerecord_unittest2 )
-    %x( psql activerecord_unittest -f #{File.join(SCHEMA_ROOT, 'postgresql.sql')} )
-    %x( psql activerecord_unittest2 -f #{File.join(SCHEMA_ROOT, 'postgresql2.sql')} )
   end
 
   desc 'Drop the PostgreSQL test databases'</diff>
      <filename>activerecord/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ ActiveRecord::Schema.define do
 
   %w(postgresql_arrays postgresql_moneys postgresql_numbers postgresql_times postgresql_network_addresses postgresql_bit_strings
       postgresql_oids defaults geometrics).each do |table_name|
-        drop_table table_name
+    execute &quot;DROP TABLE  IF EXISTS #{quote_table_name table_name}&quot;
   end
 
   execute 'DROP SEQUENCE IF EXISTS companies_nonstd_seq CASCADE'</diff>
      <filename>activerecord/test/schema/postgresql_specific_schema.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>874603ce8d7b9077650ef3632a161597424486d9</id>
    </parent>
  </parents>
  <author>
    <name>Frederick Cheung</name>
    <email>frederick.cheung@gmail.com</email>
  </author>
  <url>http://github.com/rails/rails/commit/a6cca5d1fc94bc62a1b5c4a3facafb7044021cd2</url>
  <id>a6cca5d1fc94bc62a1b5c4a3facafb7044021cd2</id>
  <committed-date>2008-04-30T02:54:54-07:00</committed-date>
  <authored-date>2008-04-30T02:54:54-07:00</authored-date>
  <message>Ensure postgresql tests work when starting from scratch.</message>
  <tree>f140a3edbf7fc164d1d60cce35c4305fbf796556</tree>
  <committer>
    <name>Michael Koziarski</name>
    <email>michael@koziarski.com</email>
  </committer>
</commit>
