This commit is contained in:
Oliver Walters 2021-02-03 15:57:15 +11:00
parent 2303e03580
commit c58399206c

View File

@ -149,7 +149,7 @@ def associate_manufacturers(apps, schema_editor):
manufacturer_id = links[name]
query = f"update part_supplierpart set manufacturer_id={manufacturer_id} where id={part_id};"
result = query.execute()
result = cursor.execute(query)
return True
# Mapping not possible