Improved workouts sql schema #26

Merged
robin merged 12 commits from dev into main 2026-08-29 15:28:16 +02:00
Showing only changes of commit 95da21a84f - Show all commits
@@ -47,6 +47,7 @@ CREATE TABLE template_exercises (
target_reps SMALLINT,
target_seconds SMALLINT,
notes TEXT,
modified_at TIMESTAMPTZ NOT NULL DEFAULT NOW(),
PRIMARY KEY (template_id, exercise_id),