Release 7.2.0

This commit is contained in:
andrewrowanwallee
2026-01-14 15:43:19 +01:00
parent 089555e77f
commit 922f66e784
18 changed files with 826 additions and 213 deletions
@@ -31,7 +31,7 @@ class Migration1590156974TransactionEntity extends MigrationStep {
public function update(Connection $connection): void
{
$connection->executeStatement('
CREATE TABLE IF NOT EXISTS `vrpayment_transaction` (
CREATE TABLE IF NOT EXISTS `vrpayment_transaction_tmp` (
`id` BINARY(16) NOT NULL,
`data` JSON NOT NULL,
`payment_method_id` BINARY(16) NOT NULL,