tomodachi-share/prisma/migrations/20260329195455_quarantined_miis/migration.sql
trafficlunar 7925c9e2f5 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
2026-03-29 21:41:38 +01:00

2 lines
94 B
SQL

-- AlterTable
ALTER TABLE "miis" ADD COLUMN "quarantined" BOOLEAN NOT NULL DEFAULT false;