schema modules gives a mismatch warning:

column cid - difference on: not null
declared: array('description' => 'TODO: please describe this field!', 'type' => 'serial', 'unsigned' => TRUE, 'not null' => FALSE)
actual: array('description' => 'The primary identifier for a metatag configuration set.', 'type' => 'serial', 'unsigned' => TRUE, 'not null' => TRUE)

Comments

dave reid’s picture

Status: Active » Closed (won't fix)

The schema prior to alpha1 wasn't actually supported. So I'm not really worried about this.

dropbydrop’s picture

Status: Closed (won't fix) » Active

This is not prior to alpha1, but with alpha

dave reid’s picture

Status: Active » Closed (won't fix)