From 503219383d51437e14da1b57193ee0bbb4dd94c5 Mon Sep 17 00:00:00 2001 From: gleimar Date: Fri, 17 Feb 2017 17:27:01 +0000 Subject: [PATCH] =?UTF-8?q?corre=C3=A7=C3=A3o=20de=20erro=20ao=20setar=20a?= =?UTF-8?q?=20gera=C3=A7=C3=A3o=20de=20corridas.=20O=20script=20vai=20desf?= =?UTF-8?q?azer=20esse=20problema?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@66022 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20170217_1523__erro_constante_corrida.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/db/migration/V20170217_1523__erro_constante_corrida.sql diff --git a/src/db/migration/V20170217_1523__erro_constante_corrida.sql b/src/db/migration/V20170217_1523__erro_constante_corrida.sql new file mode 100644 index 000000000..c2415d982 --- /dev/null +++ b/src/db/migration/V20170217_1523__erro_constante_corrida.sql @@ -0,0 +1,2 @@ +UPDATE CONSTANTE SET VALORCONSTANTE = NULL WHERE NOMBCONSTANTE = 'HORA_EXEC_CONFERENCIA_MOVIMENTO'; +UPDATE CONSTANTE SET VALORCONSTANTE = '03:00' WHERE NOMBCONSTANTE = 'HORA_GENERACION_CORRIDA' and VALORCONSTANTE is null; \ No newline at end of file