From 7ef9b30b15967712785cec23697b29cee45aa32f Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Wed, 29 Oct 2014 22:43:03 -0500 Subject: [PATCH] IDEMPIERE-2271 IDEMPIERE-2260 fix deadlock in oracle script --- migration/i2.0z/oracle/201410291142_IDEMPIERE-2260.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/migration/i2.0z/oracle/201410291142_IDEMPIERE-2260.sql b/migration/i2.0z/oracle/201410291142_IDEMPIERE-2260.sql index ef2c57c3f5..c327b35f22 100644 --- a/migration/i2.0z/oracle/201410291142_IDEMPIERE-2260.sql +++ b/migration/i2.0z/oracle/201410291142_IDEMPIERE-2260.sql @@ -1,6 +1,9 @@ update ad_system set name='iDempiere' where name='?' ; +COMMIT +; + SELECT register_migration_script('201410291142_IDEMPIERE-2260.sql') FROM dual ;