Skip to content

Commit

Permalink
[SV-33] fixed db
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijusCoding committed Oct 2, 2024
1 parent d063401 commit 7ba3bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade/install-1.2.4.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function upgrade_module_1_2_4(SaferPayOfficial $module)
ADD COLUMN `response` MEDIUMTEXT DEFAULT NULL,
ADD COLUMN `context` MEDIUMTEXT DEFAULT NULL,
DROP PRIMARY KEY,
ADD PRIMARY KEY (`id_log`, `id_shop`),
PRIMARY KEY (`id_saferpay_log`, `id_log`, `id_shop`),
ADD INDEX (`id_log`),'
);
}

0 comments on commit 7ba3bde

Please sign in to comment.