Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hey all, I am currently working on a D7 upgrade and have found that the CCK migration actually works pretty well. I am currently having a problem in which the default text field created in D6 CCK is read in as a Long Text in D7 fields, that wouldn't be such a big deal, but the only widget available is the multi-row text input. I am wondering if anyone knows of a way to change the Field Type in the DB to 'text' from 'long-text'. I tried doing it in the field config table, but that caused a PHP error.
Is it possible to downgrade from Drupal 7 to Drupal 6, without having to manually transfer all content (cut and paste), and without running into problems with the differences in naming conventions for database variables?