Update json2sql.py

This commit is contained in:
Zach H 2019-07-07 23:05:52 -04:00 committed by GitHub
parent fb2674ff37
commit f3c23eec7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,6 +77,7 @@ def build_sql_schema(sql_connection: sqlite3.Connection) -> None:
"isForeignOnly INTEGER NOT NULL DEFAULT 0,"
"isFoilOnly INTEGER NOT NULL DEFAULT 0,"
"isOnlineOnly INTEGER NOT NULL DEFAULT 0,"
"isPartialPreview INTEGER NOT NULL DEFAULT 0,"
"keyruneCode TEXT,"
"mcmName TEXT,"
"mcmId INTEGER,"