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

beltofte’s picture

Priority: Critical » Minor
Status: Active » Postponed (maintainer needs more info)
beltofte’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)