From cc2038961eba71cf1670d42b3c8d1ef7342c68a4 Mon Sep 17 00:00:00 2001 From: "thiago.clemente" Date: Tue, 18 Feb 2020 02:13:14 +0000 Subject: [PATCH] fixes bug#18075 dev: qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@100258 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20200217_2050__mantis18075.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/db/migration/V20200217_2050__mantis18075.sql diff --git a/src/db/migration/V20200217_2050__mantis18075.sql b/src/db/migration/V20200217_2050__mantis18075.sql new file mode 100644 index 000000000..756fc913c --- /dev/null +++ b/src/db/migration/V20200217_2050__mantis18075.sql @@ -0,0 +1,6 @@ +declare +begin + execute immediate 'INSERT INTO CONSTANTE (CONSTANTE_ID, NOMBCONSTANTE, DESCCONSTANTE, VALORCONSTANTE, INDTIPOCONSTANTE, INDMANTENIMIENTOUSUARIO, ACTIVO, FECMODIF, USUARIO_ID) + VALUES (CONSTANTE_SEQ.nextval, ''MAPA_VIAGEM_INT_APENAS_ORI_DES_FORA_PAIS'', ''EXIBE SOMENTE PASSAGEIROS NO MAPA DE VIAGEM INTERNACIONAL QUE POSSUEM ORIGEM E DESTINO FORA DO PAIS'', ''TRUE'', ''1'', ''1'', ''1'', sysdate, ''1'')'; + exception when others then null; +end; \ No newline at end of file