From e5b4b954cba69fde241db4878cbc587a7b31d5ce Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Wed, 1 Jul 2015 21:23:14 -0500 Subject: [PATCH] IDEMPIERE-2635 Increase length of Constant Value on Web service Security->Web Service parameter / fix oracle script --- migration/i2.1/oracle/201507011955_IDEMPIERE-2635.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration/i2.1/oracle/201507011955_IDEMPIERE-2635.sql b/migration/i2.1/oracle/201507011955_IDEMPIERE-2635.sql index ce240b68b2..2fedcc44e6 100644 --- a/migration/i2.1/oracle/201507011955_IDEMPIERE-2635.sql +++ b/migration/i2.1/oracle/201507011955_IDEMPIERE-2635.sql @@ -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