From ec9f7e635eb2ca864400ae172baf681db11a12a2 Mon Sep 17 00:00:00 2001 From: valdevir Date: Fri, 11 Aug 2017 19:09:20 +0000 Subject: [PATCH] Acerto Flyway. git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@72567 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20170504_1725__mantis8827.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/migration/V20170504_1725__mantis8827.sql b/src/db/migration/V20170504_1725__mantis8827.sql index e88dff40f..f1b31681d 100644 --- a/src/db/migration/V20170504_1725__mantis8827.sql +++ b/src/db/migration/V20170504_1725__mantis8827.sql @@ -38,6 +38,6 @@ declare object_exists exception; pragma exception_init (object_exists , -01430 ); begin - execute immediate 'ALTER TABLE EMPRESA ADD (INDFIDELIDADE NUMBER(1)) DEFAULT 0'; + execute immediate 'ALTER TABLE EMPRESA ADD (INDFIDELIDADE NUMBER(1) DEFAULT 0)'; exception when object_exists then null; end; \ No newline at end of file