Na aguia foi visto que estava faltando esse insert.

Foi enviado por email.

fixes bug#1

qua:
dev:


git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@87309 d1611594-4594-4d17-8e1d-87c2c4800839
master
gleimar 2018-11-23 13:23:14 +00:00
parent f88adfefd4
commit b348fde818
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
declare
begin
execute immediate 'Insert into EMPRESA (EMPRESA_ID,NOMBEMPRESA,INDEXTERNA,INDTIPO,INDPAGOCONDUCTOR,RFC,EQUIVALENCIAELEKTRA_ID,EQUIVALENCIA_ID,ACTIVO,FECMODIF,USUARIO_ID) values (''-1'',''TODAS'',null,null,null,null,null,null,''1'',to_date(''26/09/2018 14:53:02'',''DD/MM/YYYY HH24:MI:SS''),''1'')';
exception when others then null;
end;