1 Aug
2005
1 Aug
'05
11:22 p.m.
Issue status update for http://drupal.org/node/27985 Post a follow up: http://drupal.org/project/comments/add/27985 Project: Drupal Version: cvs Component: node system Category: tasks Priority: normal Assigned to: jvandyk Reported by: jvandyk Updated by: jvandyk Status: patch (code needs review) Attachment: http://drupal.org/files/issues/type32chars.diff (2.48 KB) The type column of the node table is VARCHAR(16). CCK prepends 'content-' onto its content types, leaving only 8 chars for a descriptive "short name" of the content type. For example, "content-shoe-size" already exceeds the limit. This patch changes the column width to 32 characters. jvandyk