fixes bug#20288

qua:
dev:Valdir

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@104023 d1611594-4594-4d17-8e1d-87c2c4800839
master
valdevir 2020-10-28 18:39:00 +00:00
parent b5da4815bc
commit 4f4bae45a1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
declare
begin
execute immediate 'INSERT INTO CUSTOM (CUSTOM_ID, SISTEMA, CHAVE, VALOR, ACTIVO, FECMODIF, USUARIO_ID)
VALUES (CUSTOM_SEQ.nextval, 3, ''isBloqueiaReimpressaoPontoVendaW2i'', ''0'', 0, sysdate, 1)';
VALUES (CUSTOM_SEQ.nextval, 3, ''isBloqueiaReimpressaoPontoVendaW2i'', ''0'', 1, sysdate, 1)';
exception when others then null;
end;