aboutsummaryrefslogtreecommitdiff
path: root/plugins/video_ffmpeg_helper/video_ffmpeg_helper.install
diff options
context:
space:
mode:
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'),