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

Diff of /contributions/modules/index/index.install

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

revision 1.1.2.4 by xano, Sun Nov 8 20:11:49 2009 UTC revision 1.1.2.5 by xano, Tue Nov 17 16:08:36 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: index.install,v 1.1.2.3 2009/10/19 01:19:46 xano Exp $  // $Id: index.install,v 1.1.2.4 2009/11/08 20:11:49 xano Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 73  function index_schema() { Line 73  function index_schema() {
73          'unsigned' => TRUE,          'unsigned' => TRUE,
74          'not null' => TRUE,          'not null' => TRUE,
75        ),        ),
76        'depth' => array(        'lineage' => array(
77          'description' => "The layer's depth in the hierarchy.",          'description' => "The lineage that describes this layer's position.",
78          'type' => 'int',          'type' => 'varchar',
79          'size' => 'tiny',          'length' => 255,
80          'default' => 0,          'default' => NULL,
81        ),        ),
82        'type' => array(        'entity_type' => array(
83          'description' => "This layer's data type.",          'description' => "This layer's data type.",
84          'type' => 'varchar',          'type' => 'varchar',
85          'length' => 255,          'length' => 255,

Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5

  ViewVC Help
Powered by ViewVC 1.1.3