7 lines
210 B
MySQL
7 lines
210 B
MySQL
|
-- IDEMPIERE-4355 Wrong DATE/INTEGER columns in postgresql
|
||
|
-- just placeholder, this problem is not in oracle - just postgresql
|
||
|
|
||
|
SELECT register_migration_script('202007012128_IDEMPIERE-4355.sql') FROM dual
|
||
|
;
|
||
|
|