Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 3907

Show
Ignore:
Timestamp:
03/18/06 03:23:34 (3 years ago)
Author:
david
Message:

Fix test db setup for pgsql (closes #4220) [mlaster@metavillage.com]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/activerecord/Rakefile

    r3734 r3907  
    6060  %x( createdb activerecord_unittest2 ) 
    6161  %x( psql activerecord_unittest -f #{File.join(SCHEMA_PATH, 'postgresql.sql')} ) 
    62   %x( psql activerecord_unittest -f #{File.join(SCHEMA_PATH, 'postgresql2.sql')} ) 
     62  %x( psql activerecord_unittest2 -f #{File.join(SCHEMA_PATH, 'postgresql2.sql')} ) 
    6363end 
    6464