From a128d6d198059591355995a95beecc900c8cc956 Mon Sep 17 00:00:00 2001 From: walace Date: Wed, 20 Jan 2021 13:15:19 +0000 Subject: [PATCH] =?UTF-8?q?Inserido=20o=20novo=20=C3=B3rgao=20concedente?= =?UTF-8?q?=20AGER/MT=20fixes=20bug#21459=20qua:=20dev:?= 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@105105 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20210120_1544__mantis21459.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/db/migration/V20210120_1544__mantis21459.sql diff --git a/src/db/migration/V20210120_1544__mantis21459.sql b/src/db/migration/V20210120_1544__mantis21459.sql new file mode 100644 index 000000000..a9e240e44 --- /dev/null +++ b/src/db/migration/V20210120_1544__mantis21459.sql @@ -0,0 +1,4 @@ +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,INTEGRADOTOTVS,INDUTILIZAICMS,INDMULTATODASREMARCACOES) values (''32'',''AGER/MT'',''0'',''0'',to_date(''08/01/2021 15:57:53'',''DD/MM/YYYY HH24:MI:SS''),''1'',''1'',null,''0'',''60'',''0,68'',null,null,''0'',''0'',null)'; + exception when others then null; +end; \ No newline at end of file