Skip to content

Commit

Permalink
Merge branch 'RC/rc-1.2.4' of github.com:Invertus/saferpayofficial in…
Browse files Browse the repository at this point in the history
…to SV-29/checkoutps
  • Loading branch information
MarijusCoding committed Oct 20, 2024
2 parents ede7712 + 72a944c commit 066d638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Install/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ private function installSaferPayLog()
`request` MEDIUMTEXT DEFAULT NULL,
`response` MEDIUMTEXT DEFAULT NULL,
`context` TEXT DEFAULT NULL,
`date_add` DATETIME NOT NULL CURRENT_TIMESTAMP,
`date_add` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY(`id_saferpay_log`, `id_log`, `id_shop`),
INDEX(`id_log`)
) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8;'
Expand Down

0 comments on commit 066d638

Please sign in to comment.