FR [ 2846894 ] AD_Message.Value - increase size to 255

https://sourceforge.net/tracker/?func=detail&aid=2846894&group_id=176962&atid=879335
This commit is contained in:
teo_sarca 2009-08-30 08:46:23 +00:00
parent 774b1b936d
commit bb86d55c23
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
-- Aug 30, 2009 11:39:23 AM EEST
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Column SET FieldLength=255,Updated=TO_DATE('2009-08-30 11:39:23','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Column_ID=6766
;
-- Aug 30, 2009 11:39:38 AM EEST
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
ALTER TABLE AD_Message MODIFY Value NVARCHAR2(255)
;

View File

@ -0,0 +1,10 @@
-- Aug 30, 2009 11:39:23 AM EEST
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Column SET FieldLength=255,Updated=TO_TIMESTAMP('2009-08-30 11:39:23','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Column_ID=6766
;
-- Aug 30, 2009 11:39:38 AM EEST
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
insert into t_alter_column values('ad_message','Value','VARCHAR(255)',null,null)
;