From 2a398ae27ad85b64c6b7908bac0eab40ecf79957 Mon Sep 17 00:00:00 2001 From: valdevir Date: Mon, 5 Nov 2018 12:29:40 +0000 Subject: [PATCH] fixes bug#12468 dev:Valdir qua:Valdevir Adicionado parenteses faltante. git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@86724 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/postgresql/migration/V20181022_1725__mantis12468.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/postgresql/migration/V20181022_1725__mantis12468.sql b/src/db/postgresql/migration/V20181022_1725__mantis12468.sql index 8819a9706..555c200c9 100644 --- a/src/db/postgresql/migration/V20181022_1725__mantis12468.sql +++ b/src/db/postgresql/migration/V20181022_1725__mantis12468.sql @@ -2,6 +2,6 @@ declare column_exists exception; pragma exception_init (column_exists , -01430); begin - execute immediate 'ALTER TABLE CAJA ADD (INTEGRADOTOTVS NUMBER(1,0)'; + execute immediate 'ALTER TABLE CAJA ADD (INTEGRADOTOTVS NUMBER(1,0))'; exception when column_exists then null; end; \ No newline at end of file