Thanks for that ,

I can add it manually, but as you say I'll always be out of sync. I'll
dig a bit deeper.

Thank you

On 31 Dec, 15:27, Colin Law <clan...@googlemail.com> wrote:
> 2009/12/31 RubyonRails_newbie <craigwest...@googlemail.com>:
>
> > Yeah good spot.
>
> > I avoided rake db:migrate because of my error posted yesterday that
> > returned:
> > rake aborted!
> > undefined method `reenable' for <Rake::Task db:schema:dump =>
> > [environment]>:Rake::Task
>
> > So I understand your reply, but I don't know how to fix it... Is there
> > a solution besides manually adding in the additional columns myself?
>
> If your table needs a user_id column then it is not surprising that it
> does not work if you have not provided that column.  I think you will
> either have to fix the migration or add the column manually.  If you
> add it manually then when you get the migrations working you will have
> further problems to work around as the db will be out of phase with
> the migrations.
>
> Colin

--

You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.


Reply via email to