Skip to content

Commit

Permalink
[BAH-3851] | Fix. Conflict with 'notes' Column in JOIN Operations
Browse files Browse the repository at this point in the history
* Resolves JOIN issue by excluding the common 'notes' column

* Undo changes to publish new image
  • Loading branch information
umair-fayaz authored May 20, 2024
1 parent 100fbe1 commit 791cd43
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/main/resources/viewSql/patientOperationTheaterView.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ SELECT
sb.changed_by AS block_changed_by,
sb.block_starttime AS block_start_time,
sb.block_endtime AS block_end_time,
saa.*,
saa.surgical_appointment_id AS surgical_appointment_id,
saa.procedure AS procedure,
saa."estTimeHours" AS est_time_hours,
saa."estTimeMinutes" AS est_time_minutes,
saa."cleaningTime" AS cleaning_time,
saa."otherSurgeon" AS other_surgeon,
saa."anesthesic" AS anesthesic,
saa."patientWeight" AS patient_weight,
sa.sort_weight AS surgery_sort_weight,
sa.status AS surgery_status,
sa.actual_start_datetime AS surgery_actual_start_time,
Expand Down

0 comments on commit 791cd43

Please sign in to comment.