The name column in the nodewords table is currently varchar(32). We have just implemented the new Twitter card tags, one of which is:

twitter:player:stream:content_type.

This tag exceeds the column storage limit and breaks the functionality. Is it possible to expand the storage to varchar(128) to handle longer tags?

CommentFileSizeAuthor
#2 nodewords-n1851570.patch929 bytesDamienMcKenna
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DamienMcKenna’s picture

Version: 6.x-1.13 » 6.x-1.x-dev
Assigned: Unassigned » DamienMcKenna

Yes, that's needed.

DamienMcKenna’s picture

Status: Active » Needs review
FileSize
929 bytes

This patch should cover it.

DamienMcKenna’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

DamienMcKenna’s picture

Assigned: DamienMcKenna » Unassigned
Issue summary: View changes