table PP_Cost_Collector - set default window

This commit is contained in:
teo_sarca 2008-08-25 16:57:03 +00:00
parent 9ffb8fc1ca
commit fa481254d7
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
-- Aug 25, 2008 7:52:50 PM EEST
--
UPDATE AD_Table SET AD_Window_ID=53014,Updated=TO_DATE('2008-08-25 19:52:50','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Table_ID=53035
;

View File

@ -0,0 +1,5 @@
-- Aug 25, 2008 7:52:50 PM EEST
--
UPDATE AD_Table SET AD_Window_ID=53014,Updated=TO_TIMESTAMP('2008-08-25 19:52:50','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Table_ID=53035
;