mirror of
https://github.com/correl/mtgsqlive.git
synced 2024-11-24 11:09:52 +00:00
4.4.0 compatibility
Signed-off-by: Zach Halpern <ZaHalpern+github@gmail.com>
This commit is contained in:
parent
2374181fd9
commit
3b0bac4ed7
1 changed files with 4 additions and 0 deletions
|
@ -150,6 +150,7 @@ def build_sql_schema(sql_connection: sqlite3.Connection) -> None:
|
|||
"mcmName TEXT DEFAULT NULL,"
|
||||
"mcmId INTEGER DEFAULT 0,"
|
||||
"mcmMetaId INTEGER DEFAULT 0,"
|
||||
"mtgstocksId INTEGER DEFAULT 0,"
|
||||
"multiverseId INTEGER,"
|
||||
"name TEXT,"
|
||||
"names TEXT,"
|
||||
|
@ -157,6 +158,7 @@ def build_sql_schema(sql_connection: sqlite3.Connection) -> None:
|
|||
"originalText TEXT,"
|
||||
"originalType TEXT,"
|
||||
"printings TEXT,"
|
||||
"prices TEXT,"
|
||||
"power TEXT,"
|
||||
"purchaseUrls TEXT,"
|
||||
"rarity TEXT,"
|
||||
|
@ -188,10 +190,12 @@ def build_sql_schema(sql_connection: sqlite3.Connection) -> None:
|
|||
"colorIdentity TEXT,"
|
||||
"colorIndicator TEXT,"
|
||||
"colors TEXT,"
|
||||
"duelDeck TEXT,"
|
||||
"isOnlineOnly INTEGER NOT NULL DEFAULT 0,"
|
||||
"layout TEXT,"
|
||||
"loyalty TEXT,"
|
||||
"name TEXT,"
|
||||
"names TEXT,"
|
||||
"number TEXT,"
|
||||
"power TEXT,"
|
||||
"reverseRelated TEXT,"
|
||||
|
|
Loading…
Reference in a new issue