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

Stefan Hornburg racke at rt.icdevgroup.org
Thu Apr 2 07:36:43 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange wellwell catalog".

The branch, master has been updated
       via  50735e51d7712a3117b316067ff9ffe5e01b29ce (commit)
      from  edaf8d275247fb0934cf2d4746d250fb209ce60a (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 50735e51d7712a3117b316067ff9ffe5e01b29ce
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Thu Apr 2 09:35:41 2009 +0200

    primary key added for cart_products table

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

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

diff --git a/plugins/wishlists/database/pgsql/cart_products.sql b/plugins/wishlists/database/pgsql/cart_products.sql
index e253e1e..4006160 100644
--- a/plugins/wishlists/database/pgsql/cart_products.sql
+++ b/plugins/wishlists/database/pgsql/cart_products.sql
@@ -1,5 +1,6 @@
 CREATE TABLE cart_products (
   cart integer NOT NULL,
   sku varchar(32) NOT NULL,
-  position integer NOT NULL
-);
\ No newline at end of file
+  position integer NOT NULL,
+  CONSTRAINT cart_products_pkey PRIMARY KEY (cart, position)
+);


hooks/post-receive
-- 
Interchange wellwell catalog



More information about the wellwell-devel mailing list