From b5e7d9aec802579fbdce52c9c98f5064b53e3224 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Wed, 2 Jul 2014 11:42:57 -0500 Subject: [PATCH] IDEMPIERE-1973:Info Window - parameters - field Mandatory Logic missing / fix oracle script --- migration/i2.0z/oracle/201405301604_IDEMPIERE-1973.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration/i2.0z/oracle/201405301604_IDEMPIERE-1973.sql b/migration/i2.0z/oracle/201405301604_IDEMPIERE-1973.sql index 1433048bb1..3eaca7d80c 100644 --- a/migration/i2.0z/oracle/201405301604_IDEMPIERE-1973.sql +++ b/migration/i2.0z/oracle/201405301604_IDEMPIERE-1973.sql @@ -65,7 +65,7 @@ UPDATE AD_Field SET SeqNo=250,Updated=TO_DATE('2014-05-30 22:06:40','YYYY-MM-DD UPDATE ad_infocolumn SET ismandatory = 'N' ; -ALTER TABLE ad_infocolumn ALTER COLUMN ismandatory SET NOT NULL +ALTER TABLE ad_infocolumn MODIFY (ismandatory CHAR(1) NOT NULL) ; -- Jun 11, 2014 8:59:36 AM ICT -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator