feat: submitting and validation

custom images of the mii are still not implemented
This commit is contained in:
trafficlunar 2025-04-05 14:45:22 +01:00
parent fb4d790b3d
commit 49c6206623
14 changed files with 514 additions and 63 deletions

View file

@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE "miis" ALTER COLUMN "qrCodeUrl" DROP NOT NULL,
ALTER COLUMN "studioUrl" DROP NOT NULL;