IDEMPIERE-1973:Info Window - parameters - field Mandatory Logic missing / fix oracle script

This commit is contained in:
Carlos Ruiz 2014-07-02 11:42:57 -05:00
parent 80c39dce09
commit b5e7d9aec8
1 changed files with 1 additions and 1 deletions

View File

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