I have just updated a project from 0.5.2 to 0.6 and when I run rake db:migrate I only obtain the message "Extensions cannot be used until Radiant migrations are up to date." And when I run script/server there was an error message that the extension_meta table does not exists, so indeed the migrations have not been executed.
The problem comes from the fact that the schema_info.version for my project was 36 and the version for radiant 0.5 is 9. So, the solution was to change the schema_version to 9 and then execute rake db:migrate. -- Posted via http://www.ruby-forum.com/. _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
