fix: added modified_at to template_exercises

This commit is contained in:
2026-08-29 15:14:44 +02:00
parent 7f98fedaa6
commit 95da21a84f
@@ -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),