0011158: ESPEC 7 364 - Alterar cadastro de Ponto de Venda (adicionando o script postgree)

fixes bug#11158
dev:Lucas Taia
qua:Renato

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@85423 d1611594-4594-4d17-8e1d-87c2c4800839
master
fabricio.oliveira 2018-09-14 19:47:15 +00:00
parent ebbdfc8c1b
commit cf7ed04296
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
DO $$
BEGIN
ALTER TABLE PTOVTA_CAT_IND ADD COLUMN USUARIOBLOQUEADO_ID NUMERIC(7) DEFAULT -1;
EXCEPTION WHEN others THEN NULL;
END
$$;