diff options
Diffstat (limited to 'server/db/schema.ts')
| -rw-r--r-- | server/db/schema.ts | 2 |
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 ); |
