mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-27 22:24:14 +00:00
feat: fake mii editor
This commit is contained in:
parent
d45eb07879
commit
e31141ea39
33 changed files with 1972 additions and 207 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "miis" ADD COLUMN "instructions" JSONB;
|
||||
|
|
@ -78,6 +78,7 @@ model Mii {
|
|||
description String? @db.VarChar(256)
|
||||
platform MiiPlatform @default(THREE_DS)
|
||||
|
||||
instructions Json?
|
||||
firstName String?
|
||||
lastName String?
|
||||
gender MiiGender?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue