In the module "Schema" is accusing the following incompatibilities:
stylestripper
column fid - difference on: length
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'serial', 'unsigned' => TRUE, 'length' => 10, 'not null' => TRUE)
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'serial', 'unsigned' => TRUE, 'not null' => TRUE)
column updated - difference on: length
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'size' => 'tiny', 'length' => 1, 'not null' => TRUE, 'default' => 0)
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'size' => 'tiny', 'not null' => TRUE, 'default' => 0)
stylestripper_settings
column status - difference on: length
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'size' => 'tiny', 'length' => 1, 'not null' => TRUE, 'default' => 0)
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'size' => 'tiny', 'not null' => TRUE, 'default' => 0)
tested some patches that failed, someone could help?
Comments
Comment #1
beltofteComment #2
beltofte