Skip to content

Commit

Permalink
Merge branch 'master' into release1
Browse files Browse the repository at this point in the history
  • Loading branch information
akikrahman1 committed Sep 11, 2024
2 parents 3043b43 + b91610b commit d25af80
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ INSERT INTO juror_mod.juror_pool (juror_number,pool_number,"owner",user_edtq,is_
('415000029','415231106','415',NULL,true,10,NULL,NULL,'415'),
('415000030','415231106','415',NULL,true,11,NULL,NULL,'415'),
('415000031','415231106','415',NULL,true,12,NULL,NULL,'415'),
('415000032','415231106','415',NULL,true,13,NULL,NULL,'415');

('415000032','415231106','415',NULL,true,13,NULL,NULL,'415'),
('415000033','415231106','415',NULL,true,7,NULL,NULL,'415'),
('415000034','415231106','415',NULL,true,5,NULL,NULL,'415');

INSERT INTO juror_mod.appearance (attendance_date,juror_number,loc_code,time_in,time_out,trial_number,non_attendance,no_show,misc_description,pay_cash,last_updated_by,created_by,public_transport_total_due,public_transport_total_paid,hired_vehicle_total_due,hired_vehicle_total_paid,motorcycle_total_due,motorcycle_total_paid,car_total_due,car_total_paid,pedal_cycle_total_due,pedal_cycle_total_paid,childcare_total_due,childcare_total_paid,parking_total_due,parking_total_paid,misc_total_due,misc_total_paid,smart_card_due,is_draft_expense,f_audit,sat_on_jury,pool_number,appearance_stage,loss_of_earnings_due,loss_of_earnings_paid,subsistence_due,subsistence_paid,attendance_type,smart_card_paid,travel_time,travel_jurors_taken_by_car,travel_by_car,travel_jurors_taken_by_motorcycle,travel_by_motorcycle,travel_by_bicycle,miles_traveled,food_and_drink_claim_type,"version",expense_rates_id,attendance_audit_number) VALUES
('2024-05-08','415000001','415','09:00:00.5603',NULL,NULL,false,NULL,NULL,false,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,true,NULL,NULL,'415231101',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL),
Expand Down Expand Up @@ -206,4 +207,3 @@ INSERT INTO juror_mod.holiday (loc_code,holiday,description,public) VALUES
('415','2024-04-26','TEST',false),
('415','2024-09-20','TEST',false),
(NULL,'2024-04-01','PUBLIC HOLIDAY',true);

0 comments on commit d25af80

Please sign in to comment.