mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-27 22:24:14 +00:00
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:
parent
576cb698d2
commit
7925c9e2f5
14 changed files with 111 additions and 54 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "miis" ADD COLUMN "quarantined" BOOLEAN NOT NULL DEFAULT false;
|
||||
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue