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

Ticket #3993 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

[PATCH] Adds tables to make tests pass with new changeset

Reported by: Bob Silva <ruby@bobsilva.com> Assigned to: David
Priority: normal Milestone: 1.1
Component: ActiveRecord Version: 1.0.0
Severity: normal Keywords:
Cc:

Description

Changeset [3690] added a new table for sqlite only. This patch adds the tables for the other connection adapters.

Attachments

adding_funny_jokes_tables.diff (6.7 kB) - added by BobSilva on 02/28/06 03:39:26.

Change History

02/28/06 03:39:26 changed by BobSilva

  • attachment adding_funny_jokes_tables.diff added.

02/28/06 03:41:30 changed by BobSilva

Note, these table definitions haven't been tested. So a quick review may be necessary.

02/28/06 04:23:47 changed by david

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

(In [3695]) Added new column to all db definitions. Where, oh where, is our hereo that will convert all the legacy fixture schemas to schema.rb? (closes #3993) [Bob Silva]