IDEMPIERE-2754 remove wrong test data.

This commit is contained in:
Carlos Ruiz 2018-10-12 12:02:17 +02:00
parent aacf45495f
commit e72c735f52
2 changed files with 19 additions and 0 deletions

View File

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

View File

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