diff --git a/schema.sql b/schema.sql index 9be4429..30a7166 100644 --- a/schema.sql +++ b/schema.sql @@ -18,7 +18,7 @@ where posted = 0; create table if not exists games ( "json" text unique on conflict ignore, - "posted" integer check ("posted" in (0, 1)), + "posted" integer check ("posted" in (0, 1)) ); create index if not exists nonposted_games