From 1c9d32e824aa650111d78f2ac7801506357a6858 Mon Sep 17 00:00:00 2001 From: Heng Sin Low Date: Mon, 11 Feb 2008 18:38:09 +0000 Subject: [PATCH] * minor fix - the insert statement doesn't work on sqlplus ( have not test with set sqlblankline on but the extra blank line and bracket is not needed anyway ). --- migration/330-331b/039_FR_1782412.sql | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/migration/330-331b/039_FR_1782412.sql b/migration/330-331b/039_FR_1782412.sql index c25f2eef5e..32cd86d2df 100644 --- a/migration/330-331b/039_FR_1782412.sql +++ b/migration/330-331b/039_FR_1782412.sql @@ -106,8 +106,6 @@ UPDATE ad_sequence AD_ROLE_ID , AD_REF_LIST_ID ) - - ( SELECT client.AD_Client_ID, 0, @@ -123,7 +121,7 @@ UPDATE ad_sequence INNER JOIN C_DocType doctype ON (doctype.AD_Client_ID=client.AD_Client_ID) INNER JOIN AD_Ref_List action ON (action.AD_Reference_ID=135) INNER JOIN AD_Role rol ON (rol.AD_Client_ID=client.AD_Client_ID) - ); + ; COMMIT; \ No newline at end of file