Skip to content

Commit

Permalink
add tp_segmento to initial schema
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloarocha committed Jan 16, 2025
1 parent 450f62f commit ff8d765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noharm-newuser.sql
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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.segmento (nome, status, tp_segmento) values ('Adulto', 0, 1) on conflict do nothing;
INSERT INTO demo.hospital (nome, fkhospital) values ('Hospital', 1) on conflict do nothing;
--Adicionar na tabela nomedocliente.memoria:
Expand Down

0 comments on commit ff8d765

Please sign in to comment.