chore: migration

This commit is contained in:
Methapon2001 2025-01-08 14:50:58 +07:00
parent 7e3ec0db42
commit d50bcd3ed7

View file

@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE "UserTask" ADD COLUMN "acceptedAt" TIMESTAMP(3),
ADD COLUMN "submittedAt" TIMESTAMP(3);