This commit is contained in:
filifa 2024-08-10 15:11:46 -05:00
parent 97b63bfeba
commit 6de414d359
1 changed files with 1 additions and 1 deletions

View File

@ -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