/[drupal]/contributions/modules/video/plugins/video_ffmpeg_helper/video_ffmpeg_helper.install
ViewVC logotype

Diff of /contributions/modules/video/plugins/video_ffmpeg_helper/video_ffmpeg_helper.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2.2.1, Wed May 27 01:48:28 2009 UTC revision 1.2.2.2, Mon Jun 1 01:10:32 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  //$Id$  //$Id: video_ffmpeg_helper.install,v 1.2.2.1 2009/05/27 01:48:28 heshanmw Exp $
3  /**  /**
4   * @file   * @file
5   * Provide installation functions for video_ffmpeg_helper.module .   * Provide installation functions for video_ffmpeg_helper.module .
# Line 30  function video_ffmpeg_helper_schema() { Line 30  function video_ffmpeg_helper_schema() {
30          'not null' => TRUE,          'not null' => TRUE,
31          'default' => 0,          'default' => 0,
32        ),        ),
       'fid' => array(  
         'description' => t('FIle id, index to the {files}.fid'),  
         'type' => 'int',  
         'unsigned' => TRUE,  
         'not null' => TRUE,  
         'default' => 0,  
       ),  
33        'origfile' => array(        'origfile' => array(
34          'description' => t('original file path'),          'description' => t('original file path'),
35          'type' => 'text',          'type' => 'text',
# Line 71  function video_ffmpeg_helper_schema() { Line 64  function video_ffmpeg_helper_schema() {
64        ),        ),
65      ),      ),
66      'indexes' => array(      'indexes' => array(
     'fid' => array('fid'),  
67      'nid' => array('nid'),      'nid' => array('nid'),
68      ),      ),
69      'primary key' => array('vid'),      'primary key' => array('vid'),

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

  ViewVC Help
Powered by ViewVC 1.1.2