7 lines
166 B
MySQL
7 lines
166 B
MySQL
|
SET SQLBLANKLINES ON
|
||
|
SET DEFINE OFF
|
||
|
|
||
|
-- IDEMPIERE-4177 Replace SYSDATE with getDate()
|
||
|
SELECT register_migration_script('202003022200_IDEMPIERE-4177.sql') FROM dual
|
||
|
;
|