r1540: Updating the schema file 1.2.0-b3
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 8 Apr 2007 01:36:10 +0000 (01:36 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 8 Apr 2007 01:36:10 +0000 (01:36 +0000)
install/schema.php

index 07d7a27d39549da15ed61b9c8c076fc1ca584ab6..e517e8a308aa371a2aae9be2ecbc207ef8b9e669 100644 (file)
@@ -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
 (