mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-27 22:24:14 +00:00
feat: .ltd files
no automatic instructions
This commit is contained in:
parent
a000447b0a
commit
817bda4993
36 changed files with 1733 additions and 1037 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "miis" ADD COLUMN "isFromSaveFile" BOOLEAN NOT NULL DEFAULT false;
|
||||
|
|
@ -79,10 +79,11 @@ model Mii {
|
|||
in_queue Boolean @default(false)
|
||||
needsFixing String?
|
||||
|
||||
instructions Json?
|
||||
youtubeId String?
|
||||
gender MiiGender?
|
||||
makeup MiiMakeup?
|
||||
isFromSaveFile Boolean @default(false)
|
||||
instructions Json?
|
||||
youtubeId String?
|
||||
gender MiiGender?
|
||||
makeup MiiMakeup?
|
||||
|
||||
firstName String?
|
||||
lastName String?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue