-
Notifications
You must be signed in to change notification settings - Fork 521
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Import SurrogateId Collision (#3768)
* Test adding resource id check * Updated sproc and updated schema version * Updated SQL * Updated csproj
- Loading branch information
1 parent
6afd273
commit 8c33506
Showing
7 changed files
with
5,867 additions
and
4 deletions.
There are no files selected for viewing
417 changes: 417 additions & 0 deletions
417
src/Microsoft.Health.Fhir.SqlServer/Features/Schema/Migrations/75.diff.sql
Large diffs are not rendered by default.
Oops, something went wrong.
5,443 changes: 5,443 additions & 0 deletions
5,443
src/Microsoft.Health.Fhir.SqlServer/Features/Schema/Migrations/75.sql
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,5 +84,6 @@ public enum SchemaVersion | |
V72 = 72, | ||
V73 = 73, | ||
V74 = 74, | ||
V75 = 75, | ||
} | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,6 @@ Go | |
|
||
INSERT INTO dbo.SchemaVersion | ||
VALUES | ||
(74, 'started') | ||
(75, 'started') | ||
|
||
Go |
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
2 changes: 1 addition & 1 deletion
2
src/Microsoft.Health.Fhir.SqlServer/Microsoft.Health.Fhir.SqlServer.csproj
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