Compare commits

..

6 Commits

Author SHA1 Message Date
d9317d135d update templ 2025-01-25 15:01:18 -05:00
77f9970d86 templ wip 2 2025-01-23 14:17:14 -05:00
Evan Reichard
f4981e8749 templ wip 1 2025-01-23 14:17:14 -05:00
f21d2f8d7f fix(streaks): incorrect calculation logic 2025-01-23 14:17:14 -05:00
710e3554de fix(sql): document user stats calculate for all 2025-01-23 14:16:41 -05:00
484bdfd7e1 fix(sql): document user stats 2025-01-23 14:16:06 -05:00

View File

@ -147,6 +147,7 @@ CREATE TABLE IF NOT EXISTS document_user_statistics (
);
-- User Streaks Table
DROP TABLE IF EXISTS user_streaks;
CREATE TABLE IF NOT EXISTS user_streaks (
user_id TEXT NOT NULL,
window TEXT NOT NULL,