Remian103 / lolskin-price-tracker

A web app for tracking LoL skin price
3 stars 1 forks source link

Backend database enhancement #48

Closed jiyolla closed 3 years ago

jiyolla commented 3 years ago

API Change(backward compatible): new 'last_price_history' in 'Skin' schema. Please refer to price and sale_price in it, instead of original 'price' and 'sale_price'.

'is_available' and 'is_on_sale' added to 'Price History' schema.

deployment settings now default to local host. Build position of frontend is modified to the right postion.