Re: [Radiant] Table 'radiant_dev.config' doesn't exist

2007-03-21 Thread Jacob Burkhart
Attempt to connect to your radaitn_dev database manually and confirm that the config table exists. Do any tables exists? Perhaps you need to re-run the database install. or: rake db:migrate VERSION=0 and then rake db:migrate -- Posted via http://www.ruby-forum.com/. __

Re: [Radiant] Table 'radiant_dev.config' doesn't exist

2007-03-22 Thread Hernan Lopez
Jacob Burkhart wrote: > Attempt to connect to your radaitn_dev database manually and confirm > that the config table exists. Do any tables exists? Perhaps you need to > re-run the database install. or: > > rake db:migrate VERSION=0 > and then > rake db:migrate Thank you... Sometimes the most s

Re: [Radiant] Table 'radiant_dev.config' doesn't exist

2007-03-22 Thread Erik van Oosten
There is even a shortcut! rake db:remigrate Regards, Erik. Jacob Burkhart wrote: >> Attempt to connect to your radaitn_dev database manually and confirm >> that the config table exists. Do any tables exists? Perhaps you need to >> re-run the database install. or: >> >> rake db:migrate VER