mirror of
https://github.com/correl/mtgsqlive.git
synced 2024-11-22 03:00:10 +00:00
Updated fields for 4.5.0 (#22)
This commit is contained in:
parent
11225ab7c9
commit
1f5e035b07
1 changed files with 2 additions and 1 deletions
|
@ -170,6 +170,7 @@ def build_sql_schema(sql_connection: sqlite3.Connection) -> None:
|
||||||
"colors TEXT,"
|
"colors TEXT,"
|
||||||
"convertedManaCost FLOAT,"
|
"convertedManaCost FLOAT,"
|
||||||
"duelDeck TEXT,"
|
"duelDeck TEXT,"
|
||||||
|
"edhrecRank TEXT,"
|
||||||
"faceConvertedManaCost FLOAT,"
|
"faceConvertedManaCost FLOAT,"
|
||||||
"flavorText TEXT,"
|
"flavorText TEXT,"
|
||||||
"frameEffect TEXT,"
|
"frameEffect TEXT,"
|
||||||
|
@ -240,7 +241,7 @@ def build_sql_schema(sql_connection: sqlite3.Connection) -> None:
|
||||||
"colorIdentity TEXT,"
|
"colorIdentity TEXT,"
|
||||||
"colorIndicator TEXT,"
|
"colorIndicator TEXT,"
|
||||||
"colors TEXT,"
|
"colors TEXT,"
|
||||||
"duelDeck TEXT,"
|
#"duelDeck TEXT,"
|
||||||
"isOnlineOnly INTEGER NOT NULL DEFAULT 0," # boolean
|
"isOnlineOnly INTEGER NOT NULL DEFAULT 0," # boolean
|
||||||
"layout TEXT,"
|
"layout TEXT,"
|
||||||
"loyalty TEXT,"
|
"loyalty TEXT,"
|
||||||
|
|
Loading…
Reference in a new issue