IDEMPIERE-2271 IDEMPIERE-2260 fix deadlock in oracle script
This commit is contained in:
parent
1912d32e8d
commit
7ef9b30b15
|
@ -1,6 +1,9 @@
|
|||
update ad_system set name='iDempiere' where name='?'
|
||||
;
|
||||
|
||||
COMMIT
|
||||
;
|
||||
|
||||
SELECT register_migration_script('201410291142_IDEMPIERE-2260.sql') FROM dual
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in New Issue