mirror of
https://github.com/correl/mtgsqlive.git
synced 2024-11-25 11:09:51 +00:00
Update json2sql.py
This commit is contained in:
parent
fb2674ff37
commit
f3c23eec7e
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ def build_sql_schema(sql_connection: sqlite3.Connection) -> None:
|
||||||
"isForeignOnly INTEGER NOT NULL DEFAULT 0,"
|
"isForeignOnly INTEGER NOT NULL DEFAULT 0,"
|
||||||
"isFoilOnly INTEGER NOT NULL DEFAULT 0,"
|
"isFoilOnly INTEGER NOT NULL DEFAULT 0,"
|
||||||
"isOnlineOnly INTEGER NOT NULL DEFAULT 0,"
|
"isOnlineOnly INTEGER NOT NULL DEFAULT 0,"
|
||||||
|
"isPartialPreview INTEGER NOT NULL DEFAULT 0,"
|
||||||
"keyruneCode TEXT,"
|
"keyruneCode TEXT,"
|
||||||
"mcmName TEXT,"
|
"mcmName TEXT,"
|
||||||
"mcmId INTEGER,"
|
"mcmId INTEGER,"
|
||||||
|
|
Loading…
Reference in a new issue