Skip to content

Commit

Permalink
Minor tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
QualityWorks-Dev committed Oct 12, 2017
1 parent 0129d0c commit 045facb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/controller/extension/payment/mollie/base.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function install ()
DB_PREFIX
));

$this->db->query("ALTER TABLE `" . DB_PREFIX . "order` MODIFY `payment_method` VARCHAR(255);");
$this->db->query("ALTER TABLE `" . DB_PREFIX . "order` MODIFY `payment_method` VARCHAR(255) NOT NULL;");

// Just install all modules while we're at it.
$this->installAllModules();
Expand Down

0 comments on commit 045facb

Please sign in to comment.