Quote Originally Posted by sailsport1 View Post
OK That one ran, but it only gives me 9 configuration settings - and there is no USPS autofill button on the orders page anymore.

That patch only had a blank line added different than the one I ran before.
The key differences are the addition of ; on the last line before the
Code:
ALTER TABLE orders DROP total_weight;
ALTER TABLE orders ADD total_weight FLOAT NOT NULL DEFAULT '-1';
And the alters lost the '
Can you confirm those items are different in the sql you are running?
And 9 statements is correct for a 1.3.9, only 1.5 requires additional statements.