arkhn / fhir-river

Live ETL pipeline to standardize Health Data into FHIR.
Apache License 2.0
42 stars 4 forks source link

fix(pyrog): restrict owner deletion #699

Closed simonvadee closed 2 years ago

simonvadee commented 2 years ago

Fixes

The bug we discussed this morning with @tevariou : all columns and resources are deleted when the referenced owner is deleted (CASCADE behavior). Changed to on delete RESTRICT.

Description

Technical details

Definition of Done

Tests