core-jgi/migration/i7.1z/oracle/202002211000_IDEMPIERE-4178...

8 lines
180 B
SQL

SET SQLBLANKLINES ON
SET DEFINE OFF
-- IDEMPIERE-4178 Replace NVL with Coalesce
-- PostgreSQL only
SELECT register_migration_script('202002211000_IDEMPIERE-4178.sql') FROM dual
;