-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add SetIdentityInsert method to handle manual ID insertion in Pa…
…tientDb - fix an issue where SeedPatients could create patients with unexpected IDs, causing seeded notes to fail linking correctly to patients. Notes rely on predefined IDs (1 to 4) to establish the relationship by : - adding new method SetIdentityInsert to enable manual insertion of ID values for Patients in the PatientDb database - adding transaction support and implementing identity_insert handling in DataSeeder for patient seeding
- Loading branch information
1 parent
3474b54
commit b05d365
Showing
1 changed file
with
41 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters