[Radiant] SQLite3::SQLException: no such table: extension_meta: SELECT schema_version FROM extension_meta WHERE name =

2009-11-18 Thread subsorama
Hello all, I just decided to try out the the twitter extension, but then decided to remove it as it couldn't pull in multiple feeds. When I tried to roll back the migrations with this command: rake radiant:extensions:twitter:migrate VERSION=0 I got this error: SQLite3::SQLException: no

Re: [Radiant] SQLite3::SQLException: no such table: extension_meta: SELECT schema_version FROM extension_meta WHERE name =

2009-11-18 Thread banane
Did you ever migrate the Twitter extension? rake radiant:extensions:twitter:migrate - look in the schema version table, and if there's no reference, you didn't, so your undo doesn't know what to undo, basically. On Wed, Nov 18, 2009 at 7:58 AM, subsor...@gmail.com wrote: Hello all, I just