From 64b6ffee38a178d2f685205262ca9d3fe447d26c Mon Sep 17 00:00:00 2001 From: trifonnt Date: Mon, 15 Dec 2008 16:47:54 +0000 Subject: [PATCH] BF: [ 2431285 ] Discount Schema - Wrong tab level https://sourceforge.net/tracker/index.php?func=detail&aid=2431285&group_id=176962&atid=879332 --- migration/352a-trunk/361_BF2431285.sql | 4 ++++ migration/352a-trunk/postgresql/361_BF2431285.sql | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 migration/352a-trunk/361_BF2431285.sql create mode 100644 migration/352a-trunk/postgresql/361_BF2431285.sql diff --git a/migration/352a-trunk/361_BF2431285.sql b/migration/352a-trunk/361_BF2431285.sql new file mode 100644 index 0000000000..1a5f50e4fc --- /dev/null +++ b/migration/352a-trunk/361_BF2431285.sql @@ -0,0 +1,4 @@ +-- Dec 15, 2008 6:21:13 PM EET +-- [ 2431285 ] Discount Schema - Wrong tab level +UPDATE AD_Tab SET TabLevel=1,Updated=TO_DATE('2008-12-15 18:21:13','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=406 +; \ No newline at end of file diff --git a/migration/352a-trunk/postgresql/361_BF2431285.sql b/migration/352a-trunk/postgresql/361_BF2431285.sql new file mode 100644 index 0000000000..9ea8ece721 --- /dev/null +++ b/migration/352a-trunk/postgresql/361_BF2431285.sql @@ -0,0 +1,4 @@ +-- Dec 15, 2008 6:21:13 PM EET +-- [ 2431285 ] Discount Schema - Wrong tab level +UPDATE AD_Tab SET TabLevel=1,Updated=TO_TIMESTAMP('2008-12-15 18:21:13','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=406 +; \ No newline at end of file