From 6de414d35983912af1d63d6211be47f43f685336 Mon Sep 17 00:00:00 2001 From: filifa Date: Sat, 10 Aug 2024 15:11:46 -0500 Subject: [PATCH] fix typo --- schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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