From 58ab81945746a4767bbbe67cae6121d7b75eae4f Mon Sep 17 00:00:00 2001 From: Mitchell Clark Date: Sun, 18 Aug 2024 15:30:20 +1000 Subject: [PATCH] config: added prop time in frame to DB schema --- client/data/resources/database.dbml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/data/resources/database.dbml b/client/data/resources/database.dbml index befc143..f41651a 100644 --- a/client/data/resources/database.dbml +++ b/client/data/resources/database.dbml @@ -13,6 +13,9 @@ Table posture { // Proportion of time that posture is good within period prop_good REAL + // Proportion of time the user is in the frame + prop_in_frame REAL + period_start DATETIME period_end DATETIME } \ No newline at end of file