Ubercart database update manual

body: 

Why the hell was this so hard to find? Get it together Ubercart.

The following queries were executed
uc_cart module
Update #6202
No queries
uc_order module
Update #6016
No queries
Update #6017
ALTER TABLE {uc_order_products} CHANGE `title` `title` VARCHAR(255) NOT NULL DEFAULT ''
ALTER TABLE {uc_order_line_items} CHANGE `title` `title` VARCHAR(255) NOT NULL DEFAULT ''
Update #6018
ALTER TABLE {uc_orders} ADD `currency` CHAR(3) NOT NULL DEFAULT ''
Update #6019
ALTER TABLE {uc_order_products} ADD INDEX qty (qty)
ALTER TABLE {uc_order_products} ADD INDEX nid (nid)
uc_shipping module
Update #6006
ALTER TABLE {uc_shipments} ADD `changed` INT NOT NULL DEFAULT 0
uc_store module
Update #6006
DROP TABLE {cache_uc_price}