The settings in hook_field_settings cause a schema-mismatch (reported at admin/build/schema/compare). The video_status_ts field is defined as int, but specifies a length property (which doesn't apply to numeric types) and the default value is a string.

Comments

manarth’s picture

StatusFileSize
new557 bytes

Patch attached.

manarth’s picture

Status: Active » Needs review
jhedstrom’s picture

Version: 6.x-1.5 » 7.x-1.x-dev
Status: Needs review » Patch (to be ported)

Thanks manarth. Committed to 6.x

jhedstrom’s picture

Status: Patch (to be ported) » Fixed

Committed to 7.x.

Status: Fixed » Closed (fixed)

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