feat: controversial miis

at the time of writing, the poll is at 74% on option 2 (this one) with
14 hours to go. i keep getting reports so it's coming early
This commit is contained in:
trafficlunar 2026-03-29 21:39:42 +01:00
parent 576cb698d2
commit 7925c9e2f5
14 changed files with 111 additions and 54 deletions

View file

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "miis" ADD COLUMN "quarantined" BOOLEAN NOT NULL DEFAULT false;

View file

@ -75,6 +75,7 @@ model Mii {
tags String[]
description String? @db.VarChar(512)
platform MiiPlatform @default(THREE_DS)
quarantined Boolean @default(false)
instructions Json?
gender MiiGender?