From f90d2a846b713cabcbd6eb64b43dd9d9e0795ede Mon Sep 17 00:00:00 2001 From: teo_sarca Date: Wed, 7 May 2008 14:09:32 +0000 Subject: [PATCH] BF [ 1959534 ] C_TaxDeclarationAcct.Fact_Acct_ID fix reference type --- migration/340s-trunk/150_BF1959534.sql | 4 ++++ migration/340s-trunk/postgresql/150_BF1959534.sql | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 migration/340s-trunk/150_BF1959534.sql create mode 100644 migration/340s-trunk/postgresql/150_BF1959534.sql diff --git a/migration/340s-trunk/150_BF1959534.sql b/migration/340s-trunk/150_BF1959534.sql new file mode 100644 index 0000000000..cd06995426 --- /dev/null +++ b/migration/340s-trunk/150_BF1959534.sql @@ -0,0 +1,4 @@ +-- May 7, 2008 4:57:14 PM EEST +-- Default comment for updating dictionary +UPDATE AD_Column SET AD_Reference_ID=30,Updated=TO_DATE('2008-05-07 16:57:14','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Column_ID=14495 +; diff --git a/migration/340s-trunk/postgresql/150_BF1959534.sql b/migration/340s-trunk/postgresql/150_BF1959534.sql new file mode 100644 index 0000000000..706614a287 --- /dev/null +++ b/migration/340s-trunk/postgresql/150_BF1959534.sql @@ -0,0 +1,4 @@ +-- May 7, 2008 4:57:14 PM EEST +-- Default comment for updating dictionary +UPDATE AD_Column SET AD_Reference_ID=30,Updated=TO_TIMESTAMP('2008-05-07 16:57:14','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Column_ID=14495 +;