Skip to content

Commit bf9023c

Browse files
committed
correct constraint name
1 parent 4147f89 commit bf9023c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

customer_orders/co_constraints.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ alter table inventory add constraint inventory_store_product_u unique (store_id,
6262
alter table inventory add constraint inventory_store_id_fk
6363
foreign key (store_id) references stores (store_id);
6464

65-
alter table inventory add constraint shipments_product_id_fk
65+
alter table inventory add constraint inventory_product_id_fk
6666
foreign key (product_id) references products (product_id);

0 commit comments

Comments
 (0)