| 1 |
<?php |
<?php |
| 2 |
// $Id: taxonomy_breadcrumb.install,v 1.6 2009/01/12 02:19:26 mgn Exp $ |
// $Id: taxonomy_breadcrumb.install,v 1.6.2.1 2009/03/13 16:46:03 mgn Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 41 |
function taxonomy_breadcrumb_schema() { |
function taxonomy_breadcrumb_schema() { |
| 42 |
return array( |
return array( |
| 43 |
'taxonomy_breadcrumb_vocabulary' => array( |
'taxonomy_breadcrumb_vocabulary' => array( |
| 44 |
'description' => t('Stores categories for aggregator feeds and feed items.'), |
'description' => 'Stores categories for aggregator feeds and feed items.', |
| 45 |
'fields' => array( |
'fields' => array( |
| 46 |
'vid' => array( |
'vid' => array( |
| 47 |
'type' => 'int', |
'type' => 'int', |
| 56 |
'primary key' => array('vid'), |
'primary key' => array('vid'), |
| 57 |
), |
), |
| 58 |
'taxonomy_breadcrumb_term' => array( |
'taxonomy_breadcrumb_term' => array( |
| 59 |
'description' => t('Stores categories for aggregator feeds and feed items.'), |
'description' => 'Stores categories for aggregator feeds and feed items.', |
| 60 |
'fields' => array( |
'fields' => array( |
| 61 |
'tid' => array( |
'tid' => array( |
| 62 |
'type' => 'int', |
'type' => 'int', |