From 4f1a15385da2bf3ef93d3b690f2c9c0bc99a7b54 Mon Sep 17 00:00:00 2001 From: frederico Date: Thu, 4 Jul 2019 20:00:13 +0000 Subject: [PATCH] bug#14699 qua:wallysson dev:emerson git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@95434 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20190704_1110__mantis14699.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/db/migration/V20190704_1110__mantis14699.sql b/src/db/migration/V20190704_1110__mantis14699.sql index ae61598a1..fc5f2d7d5 100644 --- a/src/db/migration/V20190704_1110__mantis14699.sql +++ b/src/db/migration/V20190704_1110__mantis14699.sql @@ -4,5 +4,4 @@ declare begin execute immediate 'alter table ORGAO_CONCEDENTE ADD mensagem_intransferivel VARCHAR2(45)'; exception when object_exists then null; -end; -z \ No newline at end of file +end; \ No newline at end of file