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 #" error. I know how extensions "normally" work, that's why I asked the process for removing the exte

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 wrote: > When you migrate the extension into existence, it takes fields from the > environment for use in migrations. Like others here I had to migra

[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 af