| 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 |
| 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.'), |