From ebf1e5b14be560ee5bc98c86af35e06f6e2f86b9 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Tue, 1 Nov 2022 10:34:50 +0100 Subject: [PATCH] increase credentialId length in database --- 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 f1ffbcc..b0922d9 100755 --- a/src/Setup/Events.php +++ b/src/Setup/Events.php @@ -34,7 +34,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(200) NOT NULL, `CREDENTIAL` varchar(2000) NOT NULL, `OXTIMESTAMP` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), PRIMARY KEY (`OXID`),