From d299372c0d417837a682c6caca856c9b0d189b13 Mon Sep 17 00:00:00 2001 From: Heshan Wanigasooriya Date: Sat, 29 Jan 2011 18:03:36 +0000 Subject: #1043210 by PDOException while trying to submit article with video --- video.install | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/video.install b/video.install index cef8428..ecfa807 100644 --- a/video.install +++ b/video.install @@ -119,22 +119,22 @@ function video_field_schema($field) { 'unsigned' => TRUE, ), 'thumbanail' => array( - 'description' => 'The {file_managed}.fid for the video thumbanil.', + 'description' => 'The {file_managed}.fid being referenced for video thumbanil.', 'type' => 'int', 'not null' => FALSE, 'unsigned' => TRUE, ), - 'dimensions' => array( + 'use_default_video_thumb' => array( + 'description' => 'Use video thumbanil.', + 'type' => 'int', + 'not null' => FALSE, + 'unsigned' => TRUE, + ), + 'player_dimensions' => array( 'description' => "Video dimention for the video player.", 'type' => 'varchar', 'length' => 32, 'not null' => FALSE, - ), - 'data' => array( - 'type' => 'text', - 'not null' => FALSE, - 'size' => 'big', - 'description' => 'A serialized array of file related data. Use of this field is discouraged and it will likely disappear in a future version of Drupal.', ) ), 'indexes' => array( -- cgit v1.2.3