From 62eb579d771b8b25fc0e84f379be7e3528463cb2 Mon Sep 17 00:00:00 2001 From: Heshan Wanigasooriya Date: Mon, 1 Jun 2009 01:10:32 +0000 Subject: updating video_ffmpeg_helper module --- plugins/video_ffmpeg_helper/video_ffmpeg_helper.install | 8 -------- 1 file changed, 8 deletions(-) (limited to 'plugins/video_ffmpeg_helper/video_ffmpeg_helper.install') diff --git a/plugins/video_ffmpeg_helper/video_ffmpeg_helper.install b/plugins/video_ffmpeg_helper/video_ffmpeg_helper.install index f4b2ed9..9b40ab6 100644 --- a/plugins/video_ffmpeg_helper/video_ffmpeg_helper.install +++ b/plugins/video_ffmpeg_helper/video_ffmpeg_helper.install @@ -30,13 +30,6 @@ function video_ffmpeg_helper_schema() { 'not null' => TRUE, 'default' => 0, ), - 'fid' => array( - 'description' => t('FIle id, index to the {files}.fid'), - 'type' => 'int', - 'unsigned' => TRUE, - 'not null' => TRUE, - 'default' => 0, - ), 'origfile' => array( 'description' => t('original file path'), 'type' => 'text', @@ -71,7 +64,6 @@ function video_ffmpeg_helper_schema() { ), ), 'indexes' => array( - 'fid' => array('fid'), 'nid' => array('nid'), ), 'primary key' => array('vid'), -- cgit v1.2.3