Unique Index for BOM code is unique.

This commit is contained in:
vpj-cd 2008-08-28 01:58:14 +00:00
parent fc34e54d53
commit 9708e96475
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
CREATE UNIQUE INDEX PPProductBOMUnique ON PP_Product_BOM (AD_Client_ID,Value);

View File

@ -0,0 +1 @@
CREATE UNIQUE INDEX PPProductBOMUnique ON PP_Product_BOM (AD_Client_ID,Value);