Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

config: added prop time in frame to DB schema #22

Merged
merged 1 commit into from
Aug 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions client/data/resources/database.dbml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}