IDEMPIERE-2635 Increase length of Constant Value on Web service Security->Web Service parameter / fix oracle script

This commit is contained in:
Carlos Ruiz 2015-07-01 21:23:14 -05:00
parent 19f03bf746
commit e5b4b954cb
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ UPDATE AD_Column SET FieldLength=255, IsToolbarButton='N',Updated=TO_DATE('2015-
;
-- Jul 1, 2015 7:54:52 PM COT
ALTER TABLE WS_WebService_Para MODIFY ConstantValue VARCHAR2(255) DEFAULT NULL
ALTER TABLE WS_WebService_Para MODIFY ConstantValue NVARCHAR2(255) DEFAULT NULL
;
SELECT register_migration_script('201507011955_IDEMPIERE-2635.sql') FROM dual