Skip to content

Commit

Permalink
Update noharm-newuser.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
heukirne authored Dec 11, 2024
1 parent 8b771bd commit d937b43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noharm-newuser.sql
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ GRANT SELECT ON TABLE hsc_test.medatributos, hsc_test.motivointervencao TO demo_
insert into public.schema_config (schema_name, created_at) values ('demo', now());
INSERT INTO demo.segmento (nome, status) values ('Adulto', 0) on conflict do nothing;
INSERT INTO demo.hospital (nome, fkhospital) values ('Hospital', 1) on conflict do nothing;
--Adicionar na tabela nomedocliente.memoria:
INSERT INTO demo.memoria (tipo, valor, update_at, update_by)
Expand Down

0 comments on commit d937b43

Please sign in to comment.