mirror of
https://github.com/correl/mtgsqlive.git
synced 2024-11-25 03:00:10 +00:00
Booster typo fix
This commit is contained in:
parent
7a234a725f
commit
391ce43d90
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ def generate_sql_schema(json_data: Dict,
|
||||||
schema["sets"][setKey]["options"].append(setValue)
|
schema["sets"][setKey]["options"].append(setValue)
|
||||||
else:
|
else:
|
||||||
# handle boosters
|
# handle boosters
|
||||||
if setKey == "boosters":
|
if setKey == "booster":
|
||||||
if engine == "sqlite":
|
if engine == "sqlite":
|
||||||
schema["sets"]["booster"] = {"type": "TEXT"}
|
schema["sets"]["booster"] = {"type": "TEXT"}
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue