fixes bug#18444
fixes bug#18434 dev:thiago qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@100373 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
c680321534
commit
4eb56b280f
|
@ -0,0 +1,8 @@
|
|||
declare
|
||||
object_exists exception;
|
||||
pragma exception_init (object_exists , -00955);
|
||||
begin
|
||||
execute immediate 'update custom set sistema = ''2'' where chave = ''clienteProducto'' and tipo = ''4''';
|
||||
execute immediate 'update custom set sistema = ''1'' where chave = ''clienteProducto'' and tipo = ''1''';
|
||||
exception when object_exists then null;
|
||||
end;
|
Loading…
Reference in New Issue