git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@62268 d1611594-4594-4d17-8e1d-87c2c4800839
master
frederico 2016-11-03 18:01:49 +00:00
parent 5d87af2d10
commit d2ef254d2b
1 changed files with 3 additions and 0 deletions

View File

@ -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);