feat: youtube video instructions

also the repo is public again
This commit is contained in:
trafficlunar 2026-04-08 11:29:59 +01:00
parent 94389ddc8f
commit d947f09112
11 changed files with 893 additions and 15 deletions

View file

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "miis" ADD COLUMN "youtubeId" TEXT;

View file

@ -79,6 +79,7 @@ model Mii {
in_queue Boolean @default(false)
instructions Json?
youtubeId String?
gender MiiGender?
makeup MiiMakeup?