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

Diff of /contributions/modules/bookingsapi/bookingsapi.install

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

revision 1.5, Fri Jul 18 06:38:54 2008 UTC revision 1.6, Wed Oct 1 02:52:18 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: bookingsapi.install,v 1.4 2008/07/07 08:31:58 carson Exp $  // $Id: bookingsapi.install,v 1.5 2008/07/18 06:38:54 carson Exp $
3  /**  /**
4   * @file   * @file
5   * Bookings API Installer / Uninstaller   * Bookings API Installer / Uninstaller
# Line 81  function bookingsapi_schema() { Line 81  function bookingsapi_schema() {
81          'not null' => TRUE,          'not null' => TRUE,
82          'description' => t('Description of the record.'),          'description' => t('Description of the record.'),
83        ),        ),
84        'ical_rrule' => array(        'rrule' => array(
85          'type' => 'varchar',          'type' => 'varchar',
86          'length' => 255,          'length' => 255,
87          'not null' => TRUE,          'not null' => TRUE,
88          'description' => t('iCal RRULE, if applicable. Processed by date_repeat.'),          'description' => t('iCal RRULE, if applicable. Processed by date_repeat.'),
89        ),        ),
90        'ical_rrule_until' => array(        'rrule_until' => array(
91          'type' => 'datetime',          'type' => 'datetime',
92          'not null' => TRUE,          'not null' => TRUE,
93          'description' => t('iCal RRULE UNTIL. Separate from the RRULE to allow queries to efficiently determine relevance.'),          'description' => t('iCal RRULE UNTIL. Separate from the RRULE to allow queries to efficiently determine relevance.'),

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.2