aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeshan Wanigasooriya <heshanmw@gmail.com>2011-01-29 18:03:36 +0000
committerHeshan Wanigasooriya <heshanmw@gmail.com>2011-01-29 18:03:36 +0000
commitd299372c0d417837a682c6caca856c9b0d189b13 (patch)
treeb719c1f414d05b094b3d0d88709eb3e15b2fae3f
parenta290dd27eb32d2c0b09053e8ab18d0db50c23110 (diff)
downloadvideo-d299372c0d417837a682c6caca856c9b0d189b13.tar.gz
video-d299372c0d417837a682c6caca856c9b0d189b13.tar.bz2
#1043210 by PDOException while trying to submit article with video
-rw-r--r--video.install16
1 files 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(