make combination of AD_Client_ID and Value unique in M_FreightCategory table.
This commit is contained in:
parent
f6d8c0b417
commit
ee0e0e6f17
|
@ -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)
|
|
@ -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)
|
Loading…
Reference in New Issue