Closed dcramer closed 3 months ago
Some db cleanup that needs done.
https://peated.com/bottles/42817/prices
update store_price set bottle_id = null where exists ( select from bottle_alias where lower(bottle_alias.name) = lower(store_price.name) and bottle_id is null );
Some db cleanup that needs done.