Update Skus

The first app we built on ReTool updates SKUs in our DB. We have an insane quantity of SKUs in our database that go out of stock constantly and (unfortunately) those SKUs can be in the DB many times. So we made a simple app the queries the DB for all instances of a SKU then updates it. A task that is trivial if you have access to the DB but very time-consuming if you don't.