mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
The table `gender_based_violences` was missing a `triage_id` field, causing an exception to occur in some cases when selecting the triage button. This change alters the schema of the table to ensure the column is always present.
4 lines
124 B
Docker
4 lines
124 B
Docker
FROM streamlinehealth/streamline:signalytic
|
|
|
|
# update db init data
|
|
COPY streamline_initial.sql /docker-entrypoint-initdb.d/ |