themissingCRAM
commited on
Commit
·
a24b8d6
1
Parent(s):
f4480df
sql bug
Browse files- Constants.py +1 -1
Constants.py
CHANGED
@@ -92,7 +92,7 @@ BAKERY_ORDERS_DATA = [
|
|
92 |
},
|
93 |
{
|
94 |
"order_id": 7,
|
95 |
-
"
|
96 |
"supplier_id": 3,
|
97 |
"quantity_ordered": 2.00,
|
98 |
"total_cost": 20.00,
|
|
|
92 |
},
|
93 |
{
|
94 |
"order_id": 7,
|
95 |
+
"ingredient_id": 7,
|
96 |
"supplier_id": 3,
|
97 |
"quantity_ordered": 2.00,
|
98 |
"total_cost": 20.00,
|