diff --git a/src/db/migration/V20201028_1525__mantis20288.sql b/src/db/migration/V20201028_1525__mantis20288.sql index 651a01c8e..ac487c760 100644 --- a/src/db/migration/V20201028_1525__mantis20288.sql +++ b/src/db/migration/V20201028_1525__mantis20288.sql @@ -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; \ No newline at end of file