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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | video_upload-752628-fix_schema_mismatch.patch | 557 bytes | manarth |
Comments
Comment #1
manarth commentedPatch attached.
Comment #2
manarth commentedComment #3
jhedstromThanks manarth. Committed to 6.x
Comment #4
jhedstromCommitted to 7.x.