From 391ce43d90f133494edeac884661cf9eb425f554 Mon Sep 17 00:00:00 2001 From: Mark Cheese <35660089+omfgitsmark@users.noreply.github.com> Date: Tue, 7 Jul 2020 15:40:33 -0400 Subject: [PATCH] Booster typo fix --- mtgsqlive/json2sql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtgsqlive/json2sql.py b/mtgsqlive/json2sql.py index f683241..90caf39 100644 --- a/mtgsqlive/json2sql.py +++ b/mtgsqlive/json2sql.py @@ -306,7 +306,7 @@ def generate_sql_schema(json_data: Dict, schema["sets"][setKey]["options"].append(setValue) else: # handle boosters - if setKey == "boosters": + if setKey == "booster": if engine == "sqlite": schema["sets"]["booster"] = {"type": "TEXT"} else: