From d2ef254d2b80b070f140c49beda51447644cf1ea Mon Sep 17 00:00:00 2001 From: frederico Date: Thu, 3 Nov 2016 18:01:49 +0000 Subject: [PATCH] fixed bug #8166 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@62268 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20161103_1400__mantis8166.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/db/migration/V20161103_1400__mantis8166.sql diff --git a/src/db/migration/V20161103_1400__mantis8166.sql b/src/db/migration/V20161103_1400__mantis8166.sql new file mode 100644 index 000000000..74edd428f --- /dev/null +++ b/src/db/migration/V20161103_1400__mantis8166.sql @@ -0,0 +1,3 @@ +ALTER TABLE LOG_CONFERENCIA ADD INDMESMODIA NUMBER(1,0); +INSERT INTO CONFERENCIA_PENDENCIA VALUES (CONFERENCIA_PENDENCIA_SEQ.NEXTVAL,'ENTRADA DE CORREÇÃO', 1, current_date, 1); +INSERT INTO CONFERENCIA_PENDENCIA VALUES (CONFERENCIA_PENDENCIA_SEQ.NEXTVAL,'SAÍDA DE CORREÇÃO', 1, current_date, 1); \ No newline at end of file