Hi All, If I have a site with a number of extensions installed and I had to drop the database and want to reinitialise it what are the steps?
I've tried rake production db:bootstrap --trace which fails due to missing columns that are part of various extensions. I've tried rake production db:migrate after to try and fix that, but the admin pages seem to disallow any activity that would change the database… Regards, Marc
