From e72c735f52e9cafea87b4639f8d5a7d3c974d920 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Fri, 12 Oct 2018 12:02:17 +0200 Subject: [PATCH] IDEMPIERE-2754 remove wrong test data. --- .../i5.1z/oracle/201810121201_IDEMPIERE-2754.sql | 11 +++++++++++ .../i5.1z/postgresql/201810121201_IDEMPIERE-2754.sql | 8 ++++++++ 2 files changed, 19 insertions(+) create mode 100644 migration/i5.1z/oracle/201810121201_IDEMPIERE-2754.sql create mode 100644 migration/i5.1z/postgresql/201810121201_IDEMPIERE-2754.sql diff --git a/migration/i5.1z/oracle/201810121201_IDEMPIERE-2754.sql b/migration/i5.1z/oracle/201810121201_IDEMPIERE-2754.sql new file mode 100644 index 0000000000..5fdc840b29 --- /dev/null +++ b/migration/i5.1z/oracle/201810121201_IDEMPIERE-2754.sql @@ -0,0 +1,11 @@ +SET SQLBLANKLINES ON +SET DEFINE OFF + +-- IDEMPIERE-2754 remove wrong test data. +-- Oct 12, 2018 12:00:11 PM CEST +DELETE FROM AD_Image WHERE AD_Image_ID=108 +; + +SELECT register_migration_script('201810121201_IDEMPIERE-2754.sql') FROM dual +; + diff --git a/migration/i5.1z/postgresql/201810121201_IDEMPIERE-2754.sql b/migration/i5.1z/postgresql/201810121201_IDEMPIERE-2754.sql new file mode 100644 index 0000000000..82145ae981 --- /dev/null +++ b/migration/i5.1z/postgresql/201810121201_IDEMPIERE-2754.sql @@ -0,0 +1,8 @@ +-- IDEMPIERE-2754 remove wrong test data. +-- Oct 12, 2018 12:00:11 PM CEST +DELETE FROM AD_Image WHERE AD_Image_ID=108 +; + +SELECT register_migration_script('201810121201_IDEMPIERE-2754.sql') FROM dual +; +