[Radiant] How can I uninstall Database_Mailer extension?

2009-05-20 Thread N. Turnage
When you migrate the extension into existence, it takes fields from the environment for use in migrations. Like others here I had to migrate it twice to get passed the Mysql::Error: BLOB/TEXT column 'message'... error message. For some reason it just stopped working on my production server

Re: [Radiant] How can I uninstall Database_Mailer extension?

2009-05-20 Thread Charlie Robbins
rake production radiant:extensions:database_mailer:migrate VERSION=0 that should git 'er done for ya. On Wed, May 20, 2009 at 5:46 PM, N. Turnage pixeln...@gmail.com wrote: When you migrate the extension into existence, it takes fields from the environment for use in migrations. Like others

Re: [Radiant] How can I uninstall Database_Mailer extension?

2009-05-20 Thread N. Turnage
Charlie Robbins wrote: rake production radiant:extensions:database_mailer:migrate VERSION=0 that should git 'er done for ya. That's when I get the undefined method `set_schema_version' for #Class:0xb7f7fb4 error. I know how extensions normally work, that's why I asked the process for