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

Ticket #4721 (new enhancement)

Opened 2 years ago

Last modified 2 years ago

[PATCH] ActiveRecord Database Adapter for DB2: Started migrations support

Reported by: contact@maik-schmidt.de Assigned to: David
Priority: normal Milestone:
Component: ActiveRecord Version:
Severity: normal Keywords: db2 migrations
Cc:

Description

This version of the ActiveRecord adapter supports "current_database", "create_table", "rename table", "remove column", "change_column_default", and "add_column" for DB2 8.x databases. Unfortunately, I could not test it, because I do not have access to a DB2 8.x database at the moment.

I will not integrate migrations support for DB2 7.x, because it lacks too many features.

Attachments

db2_migrations.diff (3.4 kB) - added by contact@maik-schmidt.de on 04/13/06 07:59:57.
ActiveRecord DB2 database adapter: Migrations support

Change History

04/13/06 07:59:57 changed by contact@maik-schmidt.de

  • attachment db2_migrations.diff added.

ActiveRecord DB2 database adapter: Migrations support

08/05/06 22:31:50 changed by david

Could someone test this and report back?