6 lines
164 B
SQL
6 lines
164 B
SQL
-- AlterTable
|
|
ALTER TABLE "PlanExercise" ADD COLUMN "restTime" INTEGER;
|
|
|
|
-- AlterTable
|
|
ALTER TABLE "UserProfile" ADD COLUMN "restTimerDefault" INTEGER DEFAULT 120;
|