/[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.2, Tue Jul 8 06:01:48 2008 UTC revision 1.2.2.3, Wed Jul 9 12:04:47 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2    // $Id: docapi.install,v 1.2.2.1 2008/06/26 12:23:31 bradfordcp Exp $    // $Id: docapi.install,v 1.2.2.2 2008/07/08 06:01:48 bradfordcp Exp $
3    
4    /**    /**
5     * @file     * @file
# Line 72  Line 72 
72          ),          ),
73        ),        ),
74        'indexes' => array(        'indexes' => array(
75          'filepathfilename' => array('filepath', 'filename'),          'filepath_name' => array('filepath', 'filename'),
76        ),        ),
77        'unique keys' => array(        'unique keys' => array(
78        ),        ),

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

  ViewVC Help
Powered by ViewVC 1.1.2