* Fix migration script 149_FR1913029 - ORA-00904: : invalid identifier

This commit is contained in:
teo_sarca 2008-04-29 07:14:32 +00:00
parent 8945869df7
commit 428bfb0c1c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Clien
-- Mar 13, 2008 8:15:43 AM BRT
-- FR [ 1913092 ] Add the Payment Rule to Commissioning
ALTER TABLE C_CommissionLine ADD COLUMN PaymentRule CHAR(1)
ALTER TABLE C_CommissionLine ADD PaymentRule CHAR(1)
;
-- Mar 13, 2008 8:19:20 AM BRT