From 1921f6bf2899cd41d1f0f403d0286fc0d4501290 Mon Sep 17 00:00:00 2001 From: "fabricio.oliveira" Date: Fri, 28 Sep 2018 18:38:30 +0000 Subject: [PATCH] 0012209: Erro no tipo de passagem fixes bug#12209 dev:Thiago Veloso qua:Wallysson git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@85724 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/postgresql/migration/V20180910_1700__mantis11158.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/postgresql/migration/V20180910_1700__mantis11158.sql b/src/db/postgresql/migration/V20180910_1700__mantis11158.sql index c12ff1af6..9ac1068f2 100644 --- a/src/db/postgresql/migration/V20180910_1700__mantis11158.sql +++ b/src/db/postgresql/migration/V20180910_1700__mantis11158.sql @@ -1,6 +1,6 @@ DO $$ BEGIN - ALTER TABLE PTOVTA_CAT_IND ADD COLUMN USUARIOBLOQUEADO_ID NUMERIC(7) DEFAULT -1; + ALTER TABLE PTOVTA_CAT_IND ADD COLUMN EMPRESA_ID NUMERIC(7) DEFAULT -1; EXCEPTION WHEN others THEN NULL; END