From 655adafc21a9f5f5926e0ae19a988335db4fcec9 Mon Sep 17 00:00:00 2001 From: valdevir Date: Wed, 28 Jun 2017 18:25:52 +0000 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=A3o=20Flyway.?= 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@70762 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 9500fcb4f..e88dff40f 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))'; + execute immediate 'ALTER TABLE EMPRESA ADD (INDFIDELIDADE NUMBER(1)) DEFAULT 0'; exception when object_exists then null; end; \ No newline at end of file