BF2135012 Asset Window is not editable
This commit is contained in:
parent
f1df305ce4
commit
d7052d7f31
|
@ -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'
|
||||
;
|
||||
|
|
@ -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')
|
||||
;
|
||||
|
Loading…
Reference in New Issue