fix(streaks): incorrect calculation logic
This commit is contained in:
parent
f6dd8cee50
commit
f8cefcb640
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user