mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-28 06:34:15 +00:00
feat: unpolished save files extractor
This commit is contained in:
parent
0e2df242d0
commit
1ec0b73712
798 changed files with 600 additions and 176 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "miis" ADD COLUMN "miiData" JSONB;
|
||||
|
|
@ -83,6 +83,8 @@ model Mii {
|
|||
gender MiiGender?
|
||||
makeup MiiMakeup?
|
||||
|
||||
miiData Json?
|
||||
|
||||
firstName String?
|
||||
lastName String?
|
||||
islandName String?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue