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-87c2c4800839master
parent
ebbdfc8c1b
commit
cf7ed04296
|
@ -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
|
||||
$$;
|
Loading…
Reference in New Issue