Ignore the versions selected here. I'm trying to do an upgrade from D6 to D7 and there is an entry in the "system" table with a type of "javascript library" which seems to come from this module.
System update 7018 has the following line
db_change_field('system', 'type', 'type', array('type' => 'varchar', 'length' => 12, 'not null' => TRUE, 'default' => ''));
This fails due the fact it would truncate this data.
Is this entry safe to delete prior to D7 update?
Chris
Comments
Comment #1
leisurman commentedRead
https://www.drupal.org/node/1602034
Comment #2
leisurman commentedActually read this
https://www.drupal.org/node/889778#comment-10946041