Booster typo fix

This commit is contained in:
Mark Cheese 2020-07-07 15:40:33 -04:00 committed by GitHub
parent 7a234a725f
commit 391ce43d90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: