Skip to content

Commit

Permalink
fix: column extra_options for install migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Thijs Simonis authored and EdieLemoine committed Dec 20, 2021
1 parent 3adc1e8 commit a8774c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Database/CreateDeliverySettingTableMigration.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public static function up(): bool
`id_delivery_setting` int(11) NOT NULL AUTO_INCREMENT,
`id_cart` int(11) NOT NULL,
`delivery_settings` text,
`extra_options` text,
PRIMARY KEY (`id_delivery_setting`),
UNIQUE `id_cart_index` (`id_cart`)
) ENGINE={ENGINE} DEFAULT CHARSET=utf8
Expand Down

0 comments on commit a8774c8

Please sign in to comment.