BF: [2820886] Wrong Reference type of Manufacturer field

https://sourceforge.net/tracker/?func=detail&aid=2820886&group_id=176962&atid=879332
This commit is contained in:
trifonnt 2009-07-13 18:09:50 +00:00
parent 64bdad502d
commit 9c4f7bcabb
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
-- Jul 13, 2009 6:48:55 PM CEST
-- [2820886] Wrong Reference type of Manufacturer field
UPDATE AD_Column SET AD_Reference_ID=10,Updated=TO_DATE('2009-07-13 18:48:55','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=7965
;

View File

@ -0,0 +1,5 @@
-- Jul 13, 2009 6:48:55 PM CEST
-- [2820886] Wrong Reference type of Manufacturer field
UPDATE AD_Column SET AD_Reference_ID=10,Updated=TO_TIMESTAMP('2009-07-13 18:48:55','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=7965
;