From d6cd765224c6e1ae26b642937f77bdd20228a496 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Thu, 10 May 2007 16:13:28 +0000 Subject: [PATCH] Revert revision 2367. * The ID in the update is for customized tables, the update can damage customizations on other implementations * The R_IssueSource table doesn't look like official Adempiere table More discussion in the tracker: https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1716528&group_id=176962 --- .../005_update_table_r_issuesource_entity_type.sql | 10 ---------- .../005_update_table_r_issuesource_entity_type.sql | 10 ---------- 2 files changed, 20 deletions(-) delete mode 100644 migration/320-trunk/005_update_table_r_issuesource_entity_type.sql delete mode 100644 migration/320-trunk/postgresql/005_update_table_r_issuesource_entity_type.sql diff --git a/migration/320-trunk/005_update_table_r_issuesource_entity_type.sql b/migration/320-trunk/005_update_table_r_issuesource_entity_type.sql deleted file mode 100644 index de5ad88fbd..0000000000 --- a/migration/320-trunk/005_update_table_r_issuesource_entity_type.sql +++ /dev/null @@ -1,10 +0,0 @@ ---Fixed bug report [ 1716528 ] R_IssueSource not a System table. ---https://sourceforge.net/tracker/index.php?func=detail&aid=1716528&group_id=176962&atid=879332 - -update ad_table - set entitytype = 'D', - tablename = 'R_IssueSource', - name = 'R_IssueSource' - where ad_table_id = 1000006; - -commit; \ No newline at end of file diff --git a/migration/320-trunk/postgresql/005_update_table_r_issuesource_entity_type.sql b/migration/320-trunk/postgresql/005_update_table_r_issuesource_entity_type.sql deleted file mode 100644 index de5ad88fbd..0000000000 --- a/migration/320-trunk/postgresql/005_update_table_r_issuesource_entity_type.sql +++ /dev/null @@ -1,10 +0,0 @@ ---Fixed bug report [ 1716528 ] R_IssueSource not a System table. ---https://sourceforge.net/tracker/index.php?func=detail&aid=1716528&group_id=176962&atid=879332 - -update ad_table - set entitytype = 'D', - tablename = 'R_IssueSource', - name = 'R_IssueSource' - where ad_table_id = 1000006; - -commit; \ No newline at end of file