summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.install
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-01-08 15:58:43 +0000
committerDries Buytaert <dries@buytaert.net>2010-01-08 15:58:43 +0000
commit0622402e07164d7036aef588d43d6da9ed8a580e (patch)
treeca52c1a80c458438ba3d4d48559756b56a44811d /modules/taxonomy/taxonomy.install
parentcc55d2941707999d7f29b6739882444dda5849a6 (diff)
downloadbrdo-0622402e07164d7036aef588d43d6da9ed8a580e.tar.gz
brdo-0622402e07164d7036aef588d43d6da9ed8a580e.tar.bz2
- Patch #662322 by scor, andypost: remove the 'relations' column from taxonomy_schema(). It was already dropped in an update function.
Diffstat (limited to 'modules/taxonomy/taxonomy.install')
-rw-r--r--modules/taxonomy/taxonomy.install8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/taxonomy/taxonomy.install b/modules/taxonomy/taxonomy.install
index c2d58c759..22d1587c0 100644
--- a/modules/taxonomy/taxonomy.install
+++ b/modules/taxonomy/taxonomy.install
@@ -134,14 +134,6 @@ function taxonomy_schema() {
'description' => 'Description of the vocabulary.',
'translatable' => TRUE,
),
- 'relations' => array(
- 'type' => 'int',
- 'unsigned' => TRUE,
- 'not null' => TRUE,
- 'default' => 0,
- 'size' => 'tiny',
- 'description' => 'Whether or not related terms are enabled within the vocabulary. (0 = disabled, 1 = enabled)',
- ),
'hierarchy' => array(
'type' => 'int',
'unsigned' => TRUE,