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 simple solution is the best.. After the 
new rake all ok!

-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


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 VERSION=0
 and then
 rake db:migrate
 

-- 
Erik van Oosten
http://www.day-to-day-stuff.blogspot.com/

___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant