primary key needs length

Signed-off-by: Zach Halpern <ZaHalpern+github@gmail.com>
This commit is contained in:
Zach Halpern 2019-01-18 03:39:33 -05:00
parent c3add103cd
commit eba5743aa8

View file

@ -155,7 +155,7 @@ def build_sql_schema(sql_connection: sqlite3.Connection) -> None:
"toughness TEXT,"
"type TEXT,"
"types TEXT,"
"uuid TEXT PRIMARY KEY,"
"uuid TEXT(36) PRIMARY KEY,"
"variations TEXT,"
"watermark TEXT"
")"