Bug #680

migration 23 broken

Added by josh-hasmanythrough-com - 982 days ago. Updated 154 days ago.

Status :Closed Start :
Priority :Normal Due date :
Assigned to :tobi - % Done :

0%

Category :backend
Target version :5.1
Resolution :

fixed


Description

Migration 23 oddly uses the wrong accessor.

File: trunk/db/migrate/23_superclass_pages.rb, line 27:

    :updated_at => p.modified_at,

should be:

    :updated_at => p.updated_at,

I fixed that locally and it works fine for me.

History

04/03/2006 07:16 PM - josh-hasmanythrough-com -

This appears to have been fixed in r984, even though pdcawley claims all he changed was whitespace.

06/30/2008 04:13 PM - neuro -

  • Status changed from New to Closed
  • Target version set to 5.1
  • Resolution set to fixed

Was fixed long ago

Also available in: Atom PDF