Compare commits

..

4 Commits

Author SHA1 Message Date
3306c4f6e5 update templ 2025-01-25 15:05:41 -05:00
7ac9c3d573 templ wip 2 2025-01-25 15:05:41 -05:00
Evan Reichard
580d64227d templ wip 1 2025-01-25 15:05:41 -05:00
acf4119d9a fix(sql): document user stats
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone Build was killed
2025-01-25 15:03:07 -05:00

View File

@ -147,7 +147,6 @@ 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,