forgotten semicolon.

This commit is contained in:
trifonnt 2008-11-17 16:10:17 +00:00
parent 6c84b156fe
commit ec7cc3e29b
2 changed files with 4 additions and 2 deletions

View File

@ -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)
;

View File

@ -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)
;