fix typo
This commit is contained in:
parent
97b63bfeba
commit
6de414d359
|
@ -18,7 +18,7 @@ where posted = 0;
|
||||||
|
|
||||||
create table if not exists games (
|
create table if not exists games (
|
||||||
"json" text unique on conflict ignore,
|
"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
|
create index if not exists nonposted_games
|
||||||
|
|
Loading…
Reference in New Issue