From a74650e041c83c4c838d49b388d5f3df70e2e2f2 Mon Sep 17 00:00:00 2001 From: wilian Date: Tue, 24 Mar 2020 14:49:37 +0000 Subject: [PATCH] bug#18815 dev:thiago qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@100897 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20200324_0832__mantis18815.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/db/migration/V20200324_0832__mantis18815.sql diff --git a/src/db/migration/V20200324_0832__mantis18815.sql b/src/db/migration/V20200324_0832__mantis18815.sql new file mode 100644 index 000000000..30e6915fa --- /dev/null +++ b/src/db/migration/V20200324_0832__mantis18815.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, ''UF_AUTORIZA_CANCEL_APOS_DT_EMBARQUE'', ''INFORME AS SIGLAS DAS UFs QUE PERMITEM CANCELAMENTO APOS DATA DE EMBARQUE SEPARADO POR ;'', ''SP'', ''1'', ''1'', ''1'', sysdate, ''1'')'; + exception when others then null; +end; \ No newline at end of file