aboutsummaryrefslogtreecommitdiffstats
path: root/server/db/schema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/db/schema.ts')
-rw-r--r--server/db/schema.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/db/schema.ts b/server/db/schema.ts
index 8fc2532..eca4dcc 100644
--- a/server/db/schema.ts
+++ b/server/db/schema.ts
@@ -7,6 +7,8 @@ CREATE TABLE IF NOT EXISTS groups (
join_code TEXT UNIQUE NOT NULL,
current_streak INTEGER NOT NULL DEFAULT 0,
last_completed TEXT,
+ mv_current_streak INTEGER NOT NULL DEFAULT 0,
+ mv_last_completed TEXT,
created_at INTEGER NOT NULL
);
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage