parent
80194f7a37
commit
c9ef6c51ef
|
@ -73,21 +73,11 @@ UPDATE AD_Column SET DefaultValue='''''',Updated=TO_TIMESTAMP('2010-08-09 20:52:
|
||||||
insert into t_alter_column values('ad_userdef_field','DisplayLogic','VARCHAR(2000)',null,'')
|
insert into t_alter_column values('ad_userdef_field','DisplayLogic','VARCHAR(2000)',null,'')
|
||||||
;
|
;
|
||||||
|
|
||||||
-- Aug 9, 2010 8:52:50 PM CEST
|
|
||||||
-- Default comment for updating dictionary
|
|
||||||
insert into t_alter_column values('ad_userdef_field','DisplayLogic',null,'NULL',null)
|
|
||||||
;
|
|
||||||
|
|
||||||
-- Aug 9, 2010 8:55:45 PM CEST
|
-- Aug 9, 2010 8:55:45 PM CEST
|
||||||
-- Default comment for updating dictionary
|
-- Default comment for updating dictionary
|
||||||
insert into t_alter_column values('ad_userdef_field','DefaultValue','VARCHAR(2000)',null,'')
|
insert into t_alter_column values('ad_userdef_field','DefaultValue','VARCHAR(2000)',null,'')
|
||||||
;
|
;
|
||||||
|
|
||||||
-- Aug 9, 2010 8:55:45 PM CEST
|
|
||||||
-- Default comment for updating dictionary
|
|
||||||
insert into t_alter_column values('ad_userdef_field','DefaultValue',null,'NULL',null)
|
|
||||||
;
|
|
||||||
|
|
||||||
-- Mar 5, 2012 2:16:34 PM CET
|
-- Mar 5, 2012 2:16:34 PM CET
|
||||||
-- IDEMPIERE-177 Window Customization
|
-- IDEMPIERE-177 Window Customization
|
||||||
UPDATE AD_Column SET Callout='org.compiere.model.CalloutWindowCustomization.window',Updated=TO_DATE('2012-03-05 14:16:34','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=6395
|
UPDATE AD_Column SET Callout='org.compiere.model.CalloutWindowCustomization.window',Updated=TO_DATE('2012-03-05 14:16:34','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=6395
|
||||||
|
|
Loading…
Reference in New Issue