Skip to content

Commit

Permalink
Merge pull request #23 from telegu/patch-1
Browse files Browse the repository at this point in the history
Update mysql4-install-0.1.0.php
  • Loading branch information
David Scott Kirby committed Aug 2, 2014
2 parents 438450b + 34782be commit 5da5b1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
DROP TABLE IF EXISTS {$this->getTable('shipping_shipment_package')};
CREATE TABLE {$this->getTable('shipping_shipment_package')} (
`package_id` INT( 15 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`order_increment_id` INT( 15 ) NOT NULL ,
`order_increment_id` VARCHAR( 50 ) NOT NULL ,
`order_shipment_id` INT (15) NOT NULL,
`carrier` ENUM( 'dhl', 'fedex', 'ups', 'usps' ) NOT NULL ,
`carrier_shipment_id` VARCHAR( 50 ) NOT NULL ,
Expand Down

0 comments on commit 5da5b1b

Please sign in to comment.