[wellwell-devel] [SCM] Interchange wellwell catalog branch, master, updated. c2771d106d30694fd6c8c0f70a198b07593db99d

Stefan Hornburg racke at rt.icdevgroup.org
Fri Oct 16 17:21:17 UTC 2009


       via  c2771d106d30694fd6c8c0f70a198b07593db99d (commit)
      from  c135eba278ff654b7ca8f6595fd00f3195f27120 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c2771d106d30694fd6c8c0f70a198b07593db99d
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Fri Oct 16 19:20:51 2009 +0200

    put index definition inside of create table statement

-----------------------------------------------------------------------

Summary of changes and diff:
 database/mysql/product_attributes.sql |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/database/mysql/product_attributes.sql b/database/mysql/product_attributes.sql
index cb06707..1ba82ba 100644
--- a/database/mysql/product_attributes.sql
+++ b/database/mysql/product_attributes.sql
@@ -1,6 +1,7 @@
 CREATE TABLE product_attributes (
 	sku varchar(32) NOT NULL,
 	name varchar(255) NOT NULL,
-	value text NOT NULL DEFAULT ''
+	value text NOT NULL DEFAULT '',
+	KEY(sku)
 );
-CREATE INDEX product_attributes_sku ON product_attributes (sku);
+


hooks/post-receive
-- 
Interchange wellwell catalog



More information about the wellwell-devel mailing list