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