tomodachi-share/prisma/migrations/20250405104409_nullable_images/migration.sql
trafficlunar 49c6206623 feat: submitting and validation
custom images of the mii are still not implemented
2025-04-05 14:45:22 +01:00

3 lines
113 B
SQL

-- AlterTable
ALTER TABLE "miis" ALTER COLUMN "qrCodeUrl" DROP NOT NULL,
ALTER COLUMN "studioUrl" DROP NOT NULL;