IDEMPIERE-2271 IDEMPIERE-2260 fix deadlock in oracle script

This commit is contained in:
Carlos Ruiz 2014-10-29 22:43:03 -05:00
parent 1912d32e8d
commit 7ef9b30b15
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
update ad_system set name='iDempiere' where name='?'
;
COMMIT
;
SELECT register_migration_script('201410291142_IDEMPIERE-2260.sql') FROM dual
;