make combination of AD_Client_ID and Value unique in M_FreightCategory table.

This commit is contained in:
trifonnt 2008-11-17 15:28:16 +00:00
parent f6d8c0b417
commit ee0e0e6f17
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
-- Make combination of AD_Client_ID and Value unique!
ALTER TABLE M_FreightCategory
ADD Constraint M_FreightCat_Value UNIQUE(AD_Client_ID, Value)

View File

@ -0,0 +1,3 @@
-- Make combination of AD_Client_ID and Value unique!
ALTER TABLE M_FreightCategory
ADD Constraint M_FreightCat_Value UNIQUE(AD_Client_ID, Value)