Skip to content

Commit

Permalink
Make integration install script compatible with older mqsql versions. (
Browse files Browse the repository at this point in the history
…#29)

Co-authored-by: MykolaMalovanets <[email protected]>
  • Loading branch information
nmalevanec and MykolaMalovanets authored Nov 22, 2023
1 parent ebc4054 commit 1cc352d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
CREATE TABLE {$installer->getTable(Bold_CheckoutIntegration_Model_Oauth_Consumer::RESOURCE)} (
entity_id INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
created_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
updated_at TIMESTAMP NULL DEFAULT 0 ON UPDATE CURRENT_TIMESTAMP,
updated_at TIMESTAMP NULL DEFAULT '0000-00-00 00:00:00',
name VARCHAR(255) NOT NULL,
consumer_key VARCHAR(32) NOT NULL,
secret VARCHAR(128) NOT NULL,
Expand Down

0 comments on commit 1cc352d

Please sign in to comment.