From 128bb5d1295b1e8f0af35793a519923a792df1ba Mon Sep 17 00:00:00 2001 From: wilian Date: Wed, 19 Oct 2016 18:11:34 +0000 Subject: [PATCH] bug #8046 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@61780 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20161003_1730__mantis8046.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/db/migration/V20161003_1730__mantis8046.sql diff --git a/src/db/migration/V20161003_1730__mantis8046.sql b/src/db/migration/V20161003_1730__mantis8046.sql new file mode 100644 index 000000000..60f0480c7 --- /dev/null +++ b/src/db/migration/V20161003_1730__mantis8046.sql @@ -0,0 +1,2 @@ +INSERT INTO MOTIVO_CANCELACION(MOTIVOCANCELACION_ID,DESCMOTIVO,TIPOMOTIVO,ACTIVO,FECMODIF,USUARIO_ID,TXTRELATORIO) +VALUES(99,'GERACAO OCD','B',1,SYSDATE,1,'GERACAO OCD'); \ No newline at end of file