From b6c069ad7d8bbc53a4e10b8a6c71326cab7f284c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 2 Jul 2007 17:08:36 +0000 Subject: - Patch #20295 by pyromanfo, webchick, Gurpartap Singh et al: allow forum topics to be custom node types. --- modules/forum/forum.schema | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'modules/forum/forum.schema') diff --git a/modules/forum/forum.schema b/modules/forum/forum.schema index 56a7d688f..e69de29bb 100644 --- a/modules/forum/forum.schema +++ b/modules/forum/forum.schema @@ -1,20 +0,0 @@ - array( - 'nid' => array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0), - 'vid' => array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0), - 'tid' => array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0) - ), - 'indexes' => array( - 'nid' => array('nid'), - 'tid' => array('tid') - ), - 'primary key' => array('vid'), - ); - - return $schema; -} - -- cgit v1.2.3