Skip to content

Commit

Permalink
Synchronized kafka_requisition_template_assignments and kafka_requisi…
Browse files Browse the repository at this point in the history
…tion_templates with corresponding OLMIS table
  • Loading branch information
pwargulak committed Oct 24, 2024
1 parent 172785c commit 96820ee
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,8 @@ CREATE TABLE public.kafka_requisition_template_assignments (
id uuid NOT NULL,
programid uuid NOT NULL,
facilitytypeid uuid,
templateid uuid NOT NULL
templateid uuid NOT NULL,
requisitionreportonly boolean DEFAULT false
);


Expand All @@ -1592,7 +1593,10 @@ CREATE TABLE public.kafka_requisition_templates (
numberofperiodstoaverage integer,
populatestockonhandfromstockcards boolean DEFAULT false NOT NULL,
archived boolean DEFAULT false NOT NULL,
name character varying(255) NOT NULL
name character varying(255) NOT NULL,
rejectionreasonwindowvisible boolean DEFAULT false,
requisitionreportingonly boolean DEFAULT false,
patientstabenabled boolean DEFAULT false
);


Expand Down

0 comments on commit 96820ee

Please sign in to comment.