Framinus / pizza-restaurant

An API built in Node, Express and PostgreSQL
0 stars 0 forks source link

Update pizza and cart queries #9

Open alexandrawaite opened 6 years ago

alexandrawaite commented 6 years ago

Now that we've removed the pizza_cart join table, we can update the createPizza query to include cart_id and figure out how to insert the sum of all the pizza ingredients and base prices associated with that cart into its total_price

alexandrawaite commented 6 years ago

Picking up this issue!