We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9023c commit ba9d521Copy full SHA for ba9d521
customer_orders/co_tables.sql
@@ -74,4 +74,5 @@ create index orders_customer_id_i on orders ( customer_id );
74
create index orders_store_id_i on orders ( store_id );
75
create index shipments_store_id_i on shipments ( store_id );
76
create index shipments_customer_id_i on shipments ( customer_id );
77
+create index order_items_shipment_id_i on order_items ( shipment_id );
78
create index inventory_product_id_i on inventory ( product_id );
0 commit comments