BF2135012 Asset Window is not editable

This commit is contained in:
tspc 2008-09-29 01:43:45 +00:00
parent f1df305ce4
commit d7052d7f31
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
-- 29/09/2008 11:32:25
-- [ 2135012 ] Asset Window is not editable
UPDATE AD_Column SET DefaultValue='N',Updated=TO_DATE('2008-09-29 11:32:25','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=8061
;
-- 29/09/2008 11:33:08
-- [ 2135012 ] Asset Window is not editable
ALTER TABLE A_Asset MODIFY Processing CHAR(1) DEFAULT 'N'
;

View File

@ -0,0 +1,10 @@
-- 29/09/2008 11:32:25
-- [ 2135012 ] Asset Window is not editable
UPDATE AD_Column SET DefaultValue='N',Updated=TO_TIMESTAMP('2008-09-29 11:32:25','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=8061
;
-- 29/09/2008 11:33:08
-- [ 2135012 ] Asset Window is not editable
insert into t_alter_column values('a_asset','Processing','CHAR(1)',null,'N')
;