search for: asarticle

Displaying 1 result from an estimated 1 matches for "asarticle".

Did you mean: article
2006 Aug 08
2
Legacy database migration causing problems during testing.
...o the test database. I replaced all the enum references with varchars, but I''m now running into an error with the creation of indexes on full text fields. Mysql::Error: BLOB/TEXT column ''longteaser'' used in key specification without a key length: CREATE INDEX `ftext` ON asarticle (`keyword`, `title`, `author`, `longteaser`, `articletext`, `metakeywords`) Is it possible to get the schema.rb creation process to ignore certain tables and/or characteristics when generating itself? I''ve got about 100 tables, 5 of which I need for the project. Anywhere you can point me...