From 9dd7a17de36fb5720800b316978cfc54ccbc1a45 Mon Sep 17 00:00:00 2001 From: changelogweb Date: Mon, 12 Apr 2021 00:10:20 +0000 Subject: [PATCH] fixes bug#0021957 dev:alberto qua:junia git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@106177 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20210411_2056__mantis21957.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/db/migration/V20210411_2056__mantis21957.sql diff --git a/src/db/migration/V20210411_2056__mantis21957.sql b/src/db/migration/V20210411_2056__mantis21957.sql new file mode 100644 index 000000000..f253b6fcb --- /dev/null +++ b/src/db/migration/V20210411_2056__mantis21957.sql @@ -0,0 +1,7 @@ +declare +begin + execute immediate 'Insert into CONSTANTE (CONSTANTE_ID,NOMBCONSTANTE,DESCCONSTANTE,INDTIPOCONSTANTE,VALORCONSTANTE,INDMANTENIMIENTOUSUARIO,ACTIVO,FECMODIF,USUARIO_ID) + values (CONSTANTE_SEQ.nextval,''TENANT_RECARGA_CELULAR'',''TENANT_RECARGA_CELULAR'',null,null,1,1,sysdate,1)'; + exception when others then null; +end; +/ \ No newline at end of file