From 3ad5f961faaac40cfaf85a7ea8fdb930abf69e5e Mon Sep 17 00:00:00 2001 From: alberto Date: Wed, 8 Nov 2017 13:13:01 +0000 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=A3o:=20espa=C3=A7o=20na=20string?= =?UTF-8?q?=20da=20query?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@76176 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20171107_1043__mantis10061.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/migration/V20171107_1043__mantis10061.sql b/src/db/migration/V20171107_1043__mantis10061.sql index 246e45d4a..8e5f49842 100644 --- a/src/db/migration/V20171107_1043__mantis10061.sql +++ b/src/db/migration/V20171107_1043__mantis10061.sql @@ -2,6 +2,6 @@ declare column_exists exception; pragma exception_init (column_exists , -01430); begin - execute immediate 'ALTER TABLE EMPRESA ADD (INDBLOQVDAIMPPOSTERIOR NUMBER(1,0) DEFAULT 0) '; + execute immediate 'ALTER TABLE EMPRESA ADD (INDBLOQVDAIMPPOSTERIOR NUMBER(1,0) DEFAULT 0)'; exception when column_exists then null; end; \ No newline at end of file