Hi Ian

You can add the column via a new migration file, or if you're re-running all 
migrations, just add it to your existing one. It's up to you.

As for this error - have you run the migrations in the correct environment? If 
that column exists, then that error shouldn't be appearing. What's the output 
of the following in script/console:
  Job.column_names.sort

Cheers

-- 
Pat

On 13/07/2010, at 5:41 AM, Chiyu Ian He wrote:

> Clearly, I am missing something very obvious. I want to apologize
> ahead of time, but the Delta Indexing is still not working.
> 
> Still the same error.
> 
> ERROR MSG:
> NoMethodError in JobsController#create
> 
> undefined method `delta=' for #<Job:0x7f7472d933f0>
> 
> Regards,
> 
> Ian
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Thinking Sphinx" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/thinking-sphinx?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/thinking-sphinx?hl=en.

Reply via email to