From a006efa9c12127e92c752b734ccbb43f0605fc96 Mon Sep 17 00:00:00 2001 From: gleimar Date: Wed, 9 Aug 2017 22:50:52 +0000 Subject: [PATCH] fixes bug#9578 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@72481 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20170809_1905__mantis9578.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/db/migration/V20170809_1905__mantis9578.sql diff --git a/src/db/migration/V20170809_1905__mantis9578.sql b/src/db/migration/V20170809_1905__mantis9578.sql new file mode 100644 index 000000000..ffee99f34 --- /dev/null +++ b/src/db/migration/V20170809_1905__mantis9578.sql @@ -0,0 +1,7 @@ +begin + execute immediate 'Insert into ORGAO_CONCEDENTE (ORGAOCONCEDENTE_ID,DESCORGAO,INDSUBSEGURO,INDDEFAULTSEGURO,FECMODIF,ACTIVO,USUARIO_ID,CNPJ,INDNOMDOCOBLIGATORIO,IDADE_IDOSO,INDICEPEAJE,IDADE_MINIMA,CATEGORIA_ID) values (''27'',''AGERBA'',''0'',''0'',to_date(''07-10-2015 11:17:03'',''DD-MM-YYYY HH24:MI:SS''),''1'',''6466'',''04.898.488/0001-77'',''1'',''60'',null,null,null)'; +exception + when others + then null; +end; +/ \ No newline at end of file