aboutsummaryrefslogtreecommitdiff
path: root/plugins/video_ffmpeg_helper/video_ffmpeg_helper.install
diff options
context:
space:
mode:
authorHeshan Wanigasooriya <heshanmw@gmail.com>2009-06-01 01:10:32 +0000
committerHeshan Wanigasooriya <heshanmw@gmail.com>2009-06-01 01:10:32 +0000
commit62eb579d771b8b25fc0e84f379be7e3528463cb2 (patch)
tree9fa870bb5198840ba7828a73d32a79fdd9b59f25 /plugins/video_ffmpeg_helper/video_ffmpeg_helper.install
parent2d7faf7031f7a3c1867c6777ab9d00806e800552 (diff)
downloadvideo-62eb579d771b8b25fc0e84f379be7e3528463cb2.tar.gz
video-62eb579d771b8b25fc0e84f379be7e3528463cb2.tar.bz2
updating video_ffmpeg_helper module
Diffstat (limited to 'plugins/video_ffmpeg_helper/video_ffmpeg_helper.install')
-rw-r--r--plugins/video_ffmpeg_helper/video_ffmpeg_helper.install8
1 files changed, 0 insertions, 8 deletions
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'),