Ticket #392 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

merb_sequel :: problem running migrations

Reported by: justin..@gmail.com Assigned to:
Priority: medium Milestone: The Future
Component: Plugin: Sequel Keywords: merb_sequel sequel migrations
Cc:

Description

Receiving this error when attempting a very basic migration... http://pastie.caboo.se/134453

Might be a merb_sequel issue... migration attached as well.

Currently running gems, merb_sequel (0.4.2) sequel (1.0) sequel_core (1.0) sequel_model (0.2) sequel_orderable (0.0.3)

Attachments

001_add_model_people.rb (368 bytes) - added by justin..@gmail.com on 01/03/08 09:06:45.
nilclass_fix.diff (0.9 kB) - added by lancecarls..@gmail.com on 01/03/08 12:57:37.
This fixes this bug and adds a little more description to the console

Change History

01/03/08 09:06:45 changed by justin..@gmail.com

  • attachment 001_add_model_people.rb added.

01/03/08 12:36:53 changed by justin..@gmail.com

MySQL attempt here... http://pastie.caboo.se/134562

01/03/08 12:57:37 changed by lancecarls..@gmail.com

  • attachment nilclass_fix.diff added.

This fixes this bug and adds a little more description to the console

01/03/08 13:13:09 changed by wyca..@gmail.com

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

(In [1159]) Closes #392; Sequel migrations issue