Quote Originally Posted by ses707 View Post
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.
Yes those items are in the code that I have.
I still have no button for autofill though.