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 +; +