shopsuite-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ShopSuite-dev] new shop.psql


From: Davi Leal
Subject: Re: [ShopSuite-dev] new shop.psql
Date: Tue, 21 Aug 2001 15:31:40 +0100

CREATE VIEW ProdsToSell
CREATE VIEW ProdsToBuy

[...]
FROM products
WHERE  NOT inactivation [...]

moved to

[...]
FROM products
WHERE  active [...]



Right?



P.S.: I am carring out the shopDB.cpp needed changes due to the 
'transform_history'
table has been removed.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]