Ticket #151 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Cannot rake db:migrate from current trunk (at r1026)

Reported by: bruno Assigned to: matthewl
Priority: major Milestone: 2007.03.23
Component: Misc Version:
Keywords: Cc:

Description

Got a clean svn co https://open.rsp.com.au/svn/earth/trunk this evening while testing the Continuous Integration server and when I try to run rake db:migrate it broke with the following message:

== CreateFiltersAndCachedSizesTable: migrating ================================
-- create_table(:filters)
NOTICE:  CREATE TABLE will create implicit sequence "filters_id_seq" for serial column "filters.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "filters_pkey" for table "filters"
   -> 0.0076s
-- add_index(:filters, [:filename, :uid])
   -> 0.0053s
rake aborted!
uninitialized constant Earth::Filter

This is due to some changes to Earth::Filter that happened in the current trunk.

Change History

02/28/07 08:39:13 changed by matthewl

  • owner changed from mlandauer to matthewl.
  • status changed from new to assigned.

02/28/07 08:58:44 changed by matthewl

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

Fixed in [1029]