Skip to content

Commit

Permalink
remove duplicate primary keys (#3027)
Browse files Browse the repository at this point in the history
  • Loading branch information
chopkinsmade authored Feb 13, 2024
1 parent ddc3432 commit ba637e7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
},
{
"model": "datasets.datasetuserpermission",
"pk": 1,
"pk": 2,
"fields": {
"user": 2,
"dataset": "406291aa-e35e-41a9-ab05-6355c5cc92d6"
}
},
{
"model": "datasets.datasetuserpermission",
"pk": 1,
"pk": 3,
"fields": {
"user": 2,
"dataset": "b603337f-0073-43ac-9dc4-05a8d5cf635d"
}
},
{
"model": "datasets.datasetuserpermission",
"pk": 1,
"pk": 4,
"fields": {
"user": 2,
"dataset": "3112a785-6bd9-4e56-bc67-10b6cccb5db7"
Expand Down

0 comments on commit ba637e7

Please sign in to comment.