summaryrefslogtreecommitdiff
path: root/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema.sql b/schema.sql
index 4c64ecd..536a831 100644
--- a/schema.sql
+++ b/schema.sql
@@ -468,7 +468,7 @@ create view ready_to_start_reminder as
and not exists (
select 1 from players
where
- players.game_id = players.game_id
+ players.game_id = games.game_id
and is_invite
)
;