Skip to content

Commit

Permalink
Updated create table function
Browse files Browse the repository at this point in the history
  • Loading branch information
woutse committed Mar 10, 2022
1 parent 8e6d8c3 commit 5879e80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions paynlpaymentmethods/paynlpaymentmethods.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ public function createDatabaseTable()
`updated_at` datetime NOT NULL DEFAULT current_timestamp(),
PRIMARY KEY (`id`)
) ENGINE='._MYSQL_ENGINE_.' DEFAULT CHARSET=utf8 ;');

return true;
}

public function hookActionAdminControllerSetMedia()
Expand Down

0 comments on commit 5879e80

Please sign in to comment.