core-jgi/migration/i5.1z/postgresql/201810121201_IDEMPIERE-2754...

9 lines
202 B
SQL

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