Skip to content

Commit

Permalink
fix db table
Browse files Browse the repository at this point in the history
  • Loading branch information
timoj committed Sep 15, 2017
1 parent 022a274 commit 073e0ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/community/Wuunder/WuunderConnector/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Wuunder_WuunderConnector>
<version>3.0.1</version>
<version>3.0.2</version>
</Wuunder_WuunderConnector>
</modules>
<global>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
`order_id` int(10) NOT NULL,
`label_id` varchar(255) DEFAULT NULL,
`label_url` text DEFAULT NULL,
`label_tt_url` text DEFAULT NULL,
`booking_url` text DEFAULT NULL,
`booking_token` text DEFAULT NULL,
PRIMARY KEY (`shipment_id`)
Expand Down

0 comments on commit 073e0ac

Please sign in to comment.