IDEMPIERE-2428 Oracle DB seed database

This commit is contained in:
Carlos Ruiz 2016-08-03 13:03:26 +02:00
parent 248d0fd91d
commit d0aa33e822
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,9 @@
SET SQLBLANKLINES ON
SET DEFINE OFF
-- IDEMPIERE-2428
-- Jul 28, 2016 12:08:00 PM CEST
drop index m_inoutlinema_key;
SELECT register_migration_script('201607281208_IDEMPIERE-2428.sql') FROM dual
;

View File

@ -0,0 +1,4 @@
-- just for oracle
SELECT register_migration_script('201607281208_IDEMPIERE-2428.sql') FROM dual
;