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

Ticket #4083 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

[PATCH] Fix for postgresql fixture SQL

Reported by: pergesu@gmail.com Assigned to: David
Priority: normal Milestone: 1.1
Component: ActiveRecord Version: 1.0.0
Severity: normal Keywords: tiny
Cc:

Description

There's a typo in one of the CREATE TABLE statements, and a sequence doesn't get dropped.

Attachments

fix_postgresql_schema.diff (1.4 kB) - added by Pat Maddox on 03/05/06 09:41:54.

Change History

03/05/06 09:41:54 changed by Pat Maddox

  • attachment fix_postgresql_schema.diff added.

03/16/06 08:22:29 changed by anonymous

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

03/19/06 02:21:59 changed by david

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

(In [3965]) Small pgsql fixes (closes #4083) [pergesu@gmail.com]