From 925d55cb018fc2a668397b831cd149327eda3682 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Thu, 3 Nov 2022 10:32:49 +0100 Subject: [PATCH] increase credential id field length --- src/Setup/Events.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Setup/Events.php b/src/Setup/Events.php index d4efa8a..71d0d16 100755 --- a/src/Setup/Events.php +++ b/src/Setup/Events.php @@ -45,7 +45,7 @@ class Events `OXUSERID` char(32) NOT NULL, `OXSHOPID` int(11) NOT NULL, `NAME` varchar(100) NOT NULL, - `CREDENTIALID` char(100) NOT NULL, + `CREDENTIALID` char(128) NOT NULL, `CREDENTIAL` varchar(2000) NOT NULL, `OXTIMESTAMP` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), PRIMARY KEY (`OXID`),