/[drupal]/contributions/modules/friendlist/friendlist_api/friendlist_api.install
ViewVC logotype

Diff of /contributions/modules/friendlist/friendlist_api/friendlist_api.install

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

revision 1.1.2.8, Tue Sep 30 12:11:18 2008 UTC revision 1.1.2.9, Wed Oct 1 02:57:33 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2    
3  // $Id: friendlist_api.install,v 1.1.2.7 2008/09/30 10:50:43 mercmobily Exp $  // $Id: friendlist_api.install,v 1.1.2.8 2008/09/30 12:11:18 mercmobily Exp $
4    
5  /**  /**
6   * @file   * @file
# Line 133  function friendlist_api_schema() { Line 133  function friendlist_api_schema() {
133          'type' => 'int',          'type' => 'int',
134          'unsigned' => TRUE,          'unsigned' => TRUE,
135          'not null' => TRUE,          'not null' => TRUE,
         'default' => 0,  
136        ),        ),
137        'rid' => array(        'rid' => array(
138          'description' => t('Link back to the relation ID that OWNS the status. It might be empty'),          'description' => t('Link back to the relation ID that OWNS the status. It might be empty'),
139          'type' => 'int',          'type' => 'int',
140          'unsigned' => TRUE,          'unsigned' => TRUE,
141          'not null' => FALSE,          'not null' => FALSE,
         'default' => 0,  
142        ),        ),
143    
144        'last_update_time' => array(        'last_update_time' => array(

Legend:
Removed from v.1.1.2.8  
changed lines
  Added in v.1.1.2.9

  ViewVC Help
Powered by ViewVC 1.1.2