Hi,

I'm using 1.3.7 currently, and have attempted to install the export shipping information module, but I continuously get an error, when I follow the instructions to add a line into the "Install SQL Patches"

when I add the line as instructed:
ALTER TABLE orders ADD downloaded_ship ENUM( 'yes', 'no' ) NOT NULL DEFAULT 'no';

I get the following error:

1142 ALTER command denied to user: '' for table 'zen_orders'
in:
[ALTER TABLE zen_orders ADD downloaded_ship ENUM( 'yes', 'no' ) NOT NULL DEFAULT 'no';]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

Can someone tell me what I'm doing wrong? I also tried doing it as a file, and still received the same error. Perhaps the line is incorrect in the instructions?