summaryrefslogtreecommitdiff
path: root/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/schema.sql b/schema.sql
index e2ca8a4..a3c0e2b 100644
--- a/schema.sql
+++ b/schema.sql
@@ -322,6 +322,7 @@ create table if not exists players (
game_id integer,
role text,
user_id integer,
+ is_invite integer,
primary key (game_id, role)
) without rowid;