Timer implemented. No working tests.

This commit is contained in:
AG
2025-12-10 23:07:31 +02:00
parent 3df4abba47
commit b86664816d
24 changed files with 806 additions and 116 deletions

View File

@@ -0,0 +1,5 @@
-- AlterTable
ALTER TABLE "PlanExercise" ADD COLUMN "restTime" INTEGER;
-- AlterTable
ALTER TABLE "UserProfile" ADD COLUMN "restTimerDefault" INTEGER DEFAULT 120;