Changeset 3907
- Timestamp:
- 03/18/06 03:23:34 (3 years ago)
- Files:
-
- trunk/activerecord/Rakefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activerecord/Rakefile
r3734 r3907 60 60 %x( createdb activerecord_unittest2 ) 61 61 %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')} ) 63 63 end 64 64