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

Diff of /contributions/modules/contemplate/contemplate.install

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

revision 1.5.2.5.2.1, Sat Sep 12 02:25:14 2009 UTC revision 1.5.2.5.2.2, Sun Nov 8 13:28:48 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: contemplate.install,v 1.5.2.5 2009/08/03 20:59:19 jrglasgow Exp $  // $Id: contemplate.install,v 1.5.2.5.2.1 2009/09/12 02:25:14 jrglasgow Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 24  function contemplate_schema() { Line 24  function contemplate_schema() {
24        'body' => array('type' => 'text', 'not null' => TRUE, 'description' => 'tempalte for body'),        'body' => array('type' => 'text', 'not null' => TRUE, 'description' => 'tempalte for body'),
25        'rss' => array('type' => 'text', 'not null' => TRUE, 'description' => 'tempalte for rss'),        'rss' => array('type' => 'text', 'not null' => TRUE, 'description' => 'tempalte for rss'),
26        'enclosure' => array('type' => 'varchar', 'length' => '128', 'not null' => TRUE, 'description' => 'enclosure information to be used with this node type.'),        'enclosure' => array('type' => 'varchar', 'length' => '128', 'not null' => TRUE, 'description' => 'enclosure information to be used with this node type.'),
27       'flags' => array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 7, 'disp-width' => '10', 'description' => 'bitmask of flags for this node type, which are enables, etc...')       'flags' => array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 7, 'disp-width' => '10', 'description' => 'Bitmask of flags for this node type, which are enabled, etc...')
28      ),      ),
29      'indexes' => array(      'indexes' => array(
30        'type' => array('type')        'type' => array('type')

Legend:
Removed from v.1.5.2.5.2.1  
changed lines
  Added in v.1.5.2.5.2.2

  ViewVC Help
Powered by ViewVC 1.1.2