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
master
fabio 2022-10-20 12:24:50 +00:00
parent 458a65347c
commit a64faf7577
2 changed files with 16 additions and 0 deletions

View File

@ -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;
/

View File

@ -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;
/