Update REQ000000344544.sql

parent 9c0ff60c
Showing with 7 additions and 0 deletions
......@@ -4,5 +4,11 @@ begin;
(8, 'Interna FNDE - Aguardando Cadastro no Banco de Arquivamento por Prescrição', 'A', now()),
(9, 'Externa FNDE - Cadastro no Banco de Arquivamento por Prescrição', 'A', now()),
(10, 'Interna FNDE - Pressupostos para Prescrição Intercorrente', 'A', now());
INSERT INTO par.situacaomeprestacaocontas (smpcid, smpcdesc, smpcstatus, smpcdtcadastro)
VALUES
('39', 'Encaminhado para Banco de Arquivamento por Prescrição', 'A', now()),
('40', 'Pressupostos para Prescrição Intercorrente', 'A', now());
COMMIT;
END;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment