From b5da4815bcbe726dc95294afe519316c7ba4e006 Mon Sep 17 00:00:00 2001 From: valdevir Date: Wed, 28 Oct 2020 18:37:07 +0000 Subject: [PATCH] fixes bug#20288 qua: dev:Valdir git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@104022 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20201028_1525__mantis20288.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/db/migration/V20201028_1525__mantis20288.sql diff --git a/src/db/migration/V20201028_1525__mantis20288.sql b/src/db/migration/V20201028_1525__mantis20288.sql new file mode 100644 index 000000000..651a01c8e --- /dev/null +++ b/src/db/migration/V20201028_1525__mantis20288.sql @@ -0,0 +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)'; + exception when others then null; +end; \ No newline at end of file