fix: added modified_at to template_exercises
This commit is contained in:
@@ -47,6 +47,7 @@ CREATE TABLE template_exercises (
|
|||||||
target_reps SMALLINT,
|
target_reps SMALLINT,
|
||||||
target_seconds SMALLINT,
|
target_seconds SMALLINT,
|
||||||
notes TEXT,
|
notes TEXT,
|
||||||
|
modified_at TIMESTAMPTZ NOT NULL DEFAULT NOW(),
|
||||||
|
|
||||||
PRIMARY KEY (template_id, exercise_id),
|
PRIMARY KEY (template_id, exercise_id),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user