Add in_game_name field to FriendCode model
This commit is contained in:
parent
4792906907
commit
bc181b12d9
19 changed files with 113 additions and 56 deletions
|
|
@ -42,6 +42,7 @@
|
|||
"pk": 1,
|
||||
"fields": {
|
||||
"friend_code": "9167-8051-9691-8032",
|
||||
"in_game_name": "badblocks",
|
||||
"user": 1,
|
||||
"created_at": "2025-03-13T04:21:05.166Z",
|
||||
"updated_at": "2025-03-13T04:21:05.166Z"
|
||||
|
|
@ -52,6 +53,7 @@
|
|||
"pk": 2,
|
||||
"fields": {
|
||||
"friend_code": "1234-2938-7848-7636",
|
||||
"in_game_name": "backrolls",
|
||||
"user": 2,
|
||||
"created_at": "2025-03-13T04:52:29.166Z",
|
||||
"updated_at": "2025-03-13T04:52:29.166Z"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue