From 999ee50914b3629108abcd8dc5ae8253e8c45e32 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 22 May 2020 22:28:19 +0200 Subject: [PATCH] fix max byte primary keys --- Admin/Install/db.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/Install/db.json b/Admin/Install/db.json index d69d633..9f7c421 100644 --- a/Admin/Install/db.json +++ b/Admin/Install/db.json @@ -799,7 +799,7 @@ }, "settings_module": { "name": "settings_module", - "type": "VARCHAR(255)", + "type": "VARCHAR(190)", "default": null, "null": true, "foreignTable": "module",