From a64faf75774a43233e34749f5c7a3776daf229a1 Mon Sep 17 00:00:00 2001 From: fabio Date: Thu, 20 Oct 2022 12:24:50 +0000 Subject: [PATCH] fixes bug#al-1255 dev: Celio qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@114864 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20221019_1434__AL1255.sql | 8 ++++++++ src/db/postgresql/migration/V20221019_1434__AL1255.sql | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 src/db/migration/V20221019_1434__AL1255.sql create mode 100644 src/db/postgresql/migration/V20221019_1434__AL1255.sql diff --git a/src/db/migration/V20221019_1434__AL1255.sql b/src/db/migration/V20221019_1434__AL1255.sql new file mode 100644 index 000000000..77046dd43 --- /dev/null +++ b/src/db/migration/V20221019_1434__AL1255.sql @@ -0,0 +1,8 @@ +declare +begin + execute immediate 'Insert into CONSTANTE (CONSTANTE_ID,NOMBCONSTANTE,DESCCONSTANTE,INDTIPOCONSTANTE,VALORCONSTANTE,INDMANTENIMIENTOUSUARIO,ACTIVO,FECMODIF,USUARIO_ID) + values (CONSTANTE_SEQ.nextval,''MINUTOS_EXPIRACAO_CIELO_LINK'',''MINUTOS_EXPIRACAO_CIELO_LINK'',null,''30'',1,1,sysdate,1)'; + exception when others then null; +end; +/ + diff --git a/src/db/postgresql/migration/V20221019_1434__AL1255.sql b/src/db/postgresql/migration/V20221019_1434__AL1255.sql new file mode 100644 index 000000000..77046dd43 --- /dev/null +++ b/src/db/postgresql/migration/V20221019_1434__AL1255.sql @@ -0,0 +1,8 @@ +declare +begin + execute immediate 'Insert into CONSTANTE (CONSTANTE_ID,NOMBCONSTANTE,DESCCONSTANTE,INDTIPOCONSTANTE,VALORCONSTANTE,INDMANTENIMIENTOUSUARIO,ACTIVO,FECMODIF,USUARIO_ID) + values (CONSTANTE_SEQ.nextval,''MINUTOS_EXPIRACAO_CIELO_LINK'',''MINUTOS_EXPIRACAO_CIELO_LINK'',null,''30'',1,1,sysdate,1)'; + exception when others then null; +end; +/ +