From bf468e676824f343c3d25b0075afc07c640b6fe4 Mon Sep 17 00:00:00 2001 From: teo_sarca Date: Thu, 5 Jun 2008 17:20:42 +0000 Subject: [PATCH] BF - Internal Use Inventory / Attributes it's an advanced tab --- .../351a-trunk/197_Fix_InternalUseWindow_Attributes.sql | 5 +++++ .../postgresql/197_Fix_InternalUseWindow_Attributes.sql | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 migration/351a-trunk/197_Fix_InternalUseWindow_Attributes.sql create mode 100644 migration/351a-trunk/postgresql/197_Fix_InternalUseWindow_Attributes.sql diff --git a/migration/351a-trunk/197_Fix_InternalUseWindow_Attributes.sql b/migration/351a-trunk/197_Fix_InternalUseWindow_Attributes.sql new file mode 100644 index 0000000000..552b6e74e9 --- /dev/null +++ b/migration/351a-trunk/197_Fix_InternalUseWindow_Attributes.sql @@ -0,0 +1,5 @@ +-- 05.06.2008 20:16:23 EEST +-- Internal Use Inventory / Attributes it's an advanced tab +UPDATE AD_Tab SET IsAdvancedTab='Y',Updated=TO_DATE('2008-06-05 20:16:23','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Tab_ID=53134 +; + diff --git a/migration/351a-trunk/postgresql/197_Fix_InternalUseWindow_Attributes.sql b/migration/351a-trunk/postgresql/197_Fix_InternalUseWindow_Attributes.sql new file mode 100644 index 0000000000..7e414aa383 --- /dev/null +++ b/migration/351a-trunk/postgresql/197_Fix_InternalUseWindow_Attributes.sql @@ -0,0 +1,5 @@ +-- 05.06.2008 20:16:23 EEST +-- Internal Use Inventory / Attributes it's an advanced tab +UPDATE AD_Tab SET IsAdvancedTab='Y',Updated=TO_TIMESTAMP('2008-06-05 20:16:23','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Tab_ID=53134 +; +