Closed (won't fix)
Project:
Metatag
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2011 at 13:50 UTC
Updated:
17 Nov 2011 at 01:03 UTC
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
Comment #1
dave reidThe schema prior to alpha1 wasn't actually supported. So I'm not really worried about this.
Comment #2
dropbydrop commentedThis is not prior to alpha1, but with alpha
Comment #3
dave reidNope. The description was correct as of alpha1.
http://drupalcode.org/project/metatag.git/blob/85436fc5431df46d5b93bf527...