Initial working version with minor bugs
This commit is contained in:
parent
f946e4933a
commit
71b3993326
83 changed files with 34485 additions and 173 deletions
42
seed/0006_TestFriendCodes.json
Normal file
42
seed/0006_TestFriendCodes.json
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
[
|
||||
{
|
||||
"model": "friend_codes.friendcode",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"friend_code": "3595-6375-9151-8459",
|
||||
"user": 1,
|
||||
"created_at": "2025-02-20T08:57:33.268Z",
|
||||
"updated_at": "2025-02-20T08:57:33.268Z"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "friend_codes.friendcode",
|
||||
"pk": 2,
|
||||
"fields": {
|
||||
"friend_code": "4863-0754-2764-1890",
|
||||
"user": 1,
|
||||
"created_at": "2025-02-20T08:58:11.912Z",
|
||||
"updated_at": "2025-02-20T08:58:11.912Z"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "friend_codes.friendcode",
|
||||
"pk": 3,
|
||||
"fields": {
|
||||
"friend_code": "1020-0576-9371-6042",
|
||||
"user": 2,
|
||||
"created_at": "2025-02-20T08:57:33.268Z",
|
||||
"updated_at": "2025-02-20T08:57:33.268Z"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "friend_codes.friendcode",
|
||||
"pk": 4,
|
||||
"fields": {
|
||||
"friend_code": "8358-5883-3807-6654",
|
||||
"user": 2,
|
||||
"created_at": "2025-02-20T08:58:11.912Z",
|
||||
"updated_at": "2025-02-20T08:58:11.912Z"
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue