0015235: GLPI 14791 - CUPOM DE EMBARQUE - inibir código de barras não usado
bug#0015235 dev:Wallace qua:Ju Gomes git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@97209 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
ee62e26a7b
commit
6c7b00da0f
|
@ -0,0 +1,7 @@
|
|||
DO $$
|
||||
BEGIN
|
||||
ALTER TABLE EMPRESA ADD INDCODBARCPEMBARQUE NUMERIC(1) DEFAULT 1;
|
||||
|
||||
EXCEPTION WHEN duplicate_column THEN NULL;
|
||||
END
|
||||
$$;
|
Loading…
Reference in New Issue