Skip to content
Snippets Groups Projects
Commit a7a09f19 authored by Fahrian Afdholi's avatar Fahrian Afdholi
Browse files

fix: filter antrian

parent 5072b992
Branches
1 merge request!36Dev
......@@ -300,6 +300,10 @@ CREATE TABLE public.anatomi (
ALTER TABLE ONLY public.antrian
ADD CONSTRAINT "PK_Antrian" PRIMARY KEY (antrian_id);
ALTER TABLE ONLY public.antrian
ALTER COLUMN status SET DEFAULT 'pemeriksaan_ttv';
ALTER TABLE ONLY public.pasien
ADD CONSTRAINT "PK_pasien" PRIMARY KEY (pasien_id, no_erm);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment