/[drupal]/contributions/modules/docapi/docapi.install
ViewVC logotype

Diff of /contributions/modules/docapi/docapi.install

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

revision 1.2.2.3, Wed Jul 9 12:04:47 2008 UTC revision 1.2.2.4, Thu Jul 10 03:10:48 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2    // $Id: docapi.install,v 1.2.2.2 2008/07/08 06:01:48 bradfordcp Exp $    // $Id: docapi.install,v 1.2.2.3 2008/07/09 12:04:47 bradfordcp Exp $
3    
4    /**    /**
5     * @file     * @file
# Line 72  Line 72 
72          ),          ),
73        ),        ),
74        'indexes' => array(        'indexes' => array(
         'filepath_name' => array('filepath', 'filename'),  
75        ),        ),
76        'unique keys' => array(        'unique keys' => array(
77        ),        ),
# Line 133  Line 132 
132          ),          ),
133        ),        ),
134        'indexes' => array(        'indexes' => array(
135          'plugin_idmimetype' => array('plugin_id', 'mimetype'),          'idx_plugin_id' => array('plugin_id'),
136            'idx_mimetype' => array('mimetype'),
137        ),        ),
138        'unique keys' => array(        'unique keys' => array(
139        ),        ),

Legend:
Removed from v.1.2.2.3  
changed lines
  Added in v.1.2.2.4

  ViewVC Help
Powered by ViewVC 1.1.2