From 8fe3b12c733fd89f65d9681d847dd66dd9a50faf Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 8 Apr 2007 01:36:10 +0000 Subject: [PATCH] r1540: Updating the schema file --- install/schema.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/install/schema.php b/install/schema.php index 07d7a27..e517e8a 100644 --- a/install/schema.php +++ b/install/schema.php @@ -126,17 +126,6 @@ CREATE TABLE " . TABLE_PREFIX . "comment FULLTEXT KEY comment (comment) );"; -$schema['component'] = " -CREATE TABLE " . TABLE_PREFIX . "component -( - componentid int unsigned NOT NULL AUTO_INCREMENT, - productid int unsigned NOT NULL, - displayorder int unsigned NOT NULL, - title varchar(255) NOT NULL, - description text NOT NULL, - PRIMARY KEY (componentid) -);"; - $schema['datastore'] = " CREATE TABLE " . TABLE_PREFIX . "datastore ( -- 2.22.5