From b2d47f1f71300b8c0c2a64586080d392319ea7f8 Mon Sep 17 00:00:00 2001 From: vpj-cd Date: Tue, 29 Jul 2008 02:02:59 +0000 Subject: [PATCH] [ 2030865 ] Let use the Distribution List and Distribution Run for DO https://sourceforge.net/tracker/index.php?func=detail&aid=2030865&group_id=176962&atid=879335 --- migration/351a-trunk/244_FR2030865DistributionRunDO.sql | 8 ++++++++ .../postgresql/244_FR2030865DistributionRunDO.sql | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/migration/351a-trunk/244_FR2030865DistributionRunDO.sql b/migration/351a-trunk/244_FR2030865DistributionRunDO.sql index 6a5404bd0e..c9f2aa3a49 100644 --- a/migration/351a-trunk/244_FR2030865DistributionRunDO.sql +++ b/migration/351a-trunk/244_FR2030865DistributionRunDO.sql @@ -113,3 +113,11 @@ INSERT INTO AD_Menu_Trl (AD_Language,AD_Menu_ID, Description,Name, IsTranslated, Insert INTO AD_TREENODEMM(AD_Client_ID, AD_Org_ID, CreatedBy, UpdatedBy, Parent_ID, SeqNo, AD_Tree_ID, Node_ID)VALUES(0, 0, 0, 0, 53066,7, 10, 53184) ; +-- Jul 28, 2008 8:59:40 PM CDT +-- Distribution Run Orders +UPDATE AD_Val_Rule SET Code='C_DocType.DocBaseType IN (''SOO'', ''POO'',''DOO'')',Updated=TO_DATE('2008-07-28 20:59:40','YYYY-MM-D +D HH24:MI:SS'),UpdatedBy=0 WHERE AD_Val_Rule_ID=172 +; + + + diff --git a/migration/351a-trunk/postgresql/244_FR2030865DistributionRunDO.sql b/migration/351a-trunk/postgresql/244_FR2030865DistributionRunDO.sql index a3efc9c2e0..62e9e073da 100644 --- a/migration/351a-trunk/postgresql/244_FR2030865DistributionRunDO.sql +++ b/migration/351a-trunk/postgresql/244_FR2030865DistributionRunDO.sql @@ -113,3 +113,9 @@ INSERT INTO AD_Menu_Trl (AD_Language,AD_Menu_ID, Description,Name, IsTranslated, Insert INTO AD_TREENODEMM(AD_Client_ID, AD_Org_ID, CreatedBy, UpdatedBy, Parent_ID, SeqNo, AD_Tree_ID, Node_ID)VALUES(0, 0, 0, 0, 53066,7, 10, 53184) ; +-- Jul 28, 2008 8:59:40 PM CDT +-- Distribution Run Orders +UPDATE AD_Val_Rule SET Code='C_DocType.DocBaseType IN (''SOO'', ''POO'',''DOO'')',Updated=TO_TIMESTAMP('2008-07-28 20:59:40','YYYY +-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Val_Rule_ID=172 +; +