mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-28 06:34:15 +00:00
feat: youtube video instructions
also the repo is public again
This commit is contained in:
parent
94389ddc8f
commit
d947f09112
11 changed files with 893 additions and 15 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "miis" ADD COLUMN "youtubeId" TEXT;
|
||||
|
|
@ -79,6 +79,7 @@ model Mii {
|
|||
in_queue Boolean @default(false)
|
||||
|
||||
instructions Json?
|
||||
youtubeId String?
|
||||
gender MiiGender?
|
||||
makeup MiiMakeup?
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue