Index: openacs-4/packages/ecommerce/sql/postgresql/ecommerce-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/sql/postgresql/ecommerce-create.sql,v diff -u -N -r1.12 -r1.13 --- openacs-4/packages/ecommerce/sql/postgresql/ecommerce-create.sql 22 Oct 2001 06:40:53 -0000 1.12 +++ openacs-4/packages/ecommerce/sql/postgresql/ecommerce-create.sql 6 Jan 2002 07:31:04 -0000 1.13 @@ -7,7 +7,8 @@ -- -- ported to OpenACS by Gilbert wong (gwong@orchardlabs.com) -- July 2001 - +-- OpenFTS Search added by Bart Teeuwisse (bart.teeuwisse@7-sisters.com +-- -- Besides the tables defined here, you also need to import -- zip_codes, which contains the following columns: -- ZIP_CODE NOT NULL VARCHAR2(10) @@ -3360,3 +3361,4 @@ \i pl-sql-utilities.sql \i ec-product-package-create.sql \i ecommerce-defaults.sql +\i ec-products-sc-create.sql