-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use uuid as primary key for all global tables
- Loading branch information
Michael.Taylor
committed
Jan 7, 2022
1 parent
9926255
commit 8b5ffdd
Showing
28 changed files
with
140 additions
and
387 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
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
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
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 |
---|---|---|
@@ -1,22 +1,27 @@ | ||
[ | ||
{ | ||
"id": "9506cf84-6f9e-437a-a099-9672e4737668", | ||
"benefit": "TEST_COBENEFIT_1", | ||
"projectId": 1 | ||
"projectId": "81e05bfa-e93f-458f-b907-96bf170e52cd" | ||
}, | ||
{ | ||
"id": "f124ebef-6436-4cd4-abdd-c55e10f4d1a0", | ||
"benefit": "TEST_COBENEFIT_2", | ||
"projectId": 1 | ||
"projectId": "81e05bfa-e93f-458f-b907-96bf170e52cd" | ||
}, | ||
{ | ||
"id": "729c71bf-cc6e-4424-842f-54c2a490952a", | ||
"benefit": "TEST_COBENEFIT_3", | ||
"projectId": 1 | ||
"projectId": "81e05bfa-e93f-458f-b907-96bf170e52cd" | ||
}, | ||
{ | ||
"id": "2995a129-1fad-4251-9942-7c6db2fbff74", | ||
"benefit": "TEST_COBENEFIT_4", | ||
"projectId": 1 | ||
"projectId": "81e05bfa-e93f-458f-b907-96bf170e52cd" | ||
}, | ||
{ | ||
"id": "83913f9e-9876-4c4d-ac4c-10dd992d7d7f", | ||
"benefit": "TEST_COBENEFIT_5", | ||
"projectId": 1 | ||
"projectId": "81e05bfa-e93f-458f-b907-96bf170e52cd" | ||
} | ||
] |
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
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
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
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
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
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
Oops, something went wrong.