diff options
Diffstat (limited to 'db.py')
| -rw-r--r-- | db.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -63,8 +63,7 @@ CREATE INDEX IF NOT EXISTS idx_workout_template_exercises_template CREATE TABLE IF NOT EXISTS weight_logs ( id INTEGER PRIMARY KEY AUTOINCREMENT, date_time TEXT NOT NULL, - weight REAL NOT NULL, - note TEXT + weight REAL NOT NULL ); CREATE INDEX IF NOT EXISTS idx_weight_logs_date |
