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

Ticket #4220 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

[PATCH] Rakefile broken for Postgresql

Reported by: mlaster@metavillage.com Assigned to: David
Priority: normal Milestone: 1.1
Component: ActiveRecord Version: 1.0.0
Severity: normal Keywords: needs_review tiny
Cc: jonathan@bluewire.net.nz

Description

The build_postgresql_databases task tries to insert both sets of SQL creation data into the first database.

Attachments

rakefile_postgresql.patch (0.6 kB) - added by mlaster@metavillage.com on 03/14/06 00:01:18.

Change History

03/14/06 00:01:18 changed by mlaster@metavillage.com

  • attachment rakefile_postgresql.patch added.

03/16/06 08:19:51 changed by anonymous

  • keywords set to needs_review tiny.
  • milestone set to 1.1.

03/18/06 03:23:35 changed by david

  • status changed from new to closed.
  • resolution set to fixed.

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