The Schema module pointed out some discrepancies with the Domain Alias module's schema:

column redirect - differences on: not null, unsigned, default
declared: array('description' => 'TODO: please describe this field!', 'type' => 'int', 'unsigned' => TRUE, 'size' => 'small', 'not null' => TRUE, 'default' => 0)
actual: array('description' => 'TODO: please describe this field!', 'type' => 'int', 'size' => 'small', 'not null' => FALSE)

Comments

Chris Charlton created an issue. See original summary.

agentrickard’s picture

Status: Active » Closed (won't fix)