forgotten semicolon.
This commit is contained in:
parent
6c84b156fe
commit
ec7cc3e29b
|
@ -1,3 +1,4 @@
|
|||
-- Make combination of AD_Client_ID and Value unique!
|
||||
ALTER TABLE M_FreightCategory
|
||||
ADD Constraint M_FreightCat_Value UNIQUE(AD_Client_ID, Value)
|
||||
ADD Constraint M_FreightCat_Value UNIQUE(AD_Client_ID, Value)
|
||||
;
|
|
@ -1,3 +1,4 @@
|
|||
-- Make combination of AD_Client_ID and Value unique!
|
||||
ALTER TABLE M_FreightCategory
|
||||
ADD Constraint M_FreightCat_Value UNIQUE(AD_Client_ID, Value)
|
||||
ADD Constraint M_FreightCat_Value UNIQUE(AD_Client_ID, Value)
|
||||
;
|
Loading…
Reference in New Issue