From 0e7236c94c0590886d7866ac9ff86d327170c482 Mon Sep 17 00:00:00 2001 From: Ioannis Igoumenos Date: Fri, 17 Sep 2021 18:45:58 +0300 Subject: [PATCH] Update schema.json username string length has to support ePUID identifier --- app/config/schema/schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/schema/schema.json b/app/config/schema/schema.json index 8f7f6b3b2..dfe32ca39 100644 --- a/app/config/schema/schema.json +++ b/app/config/schema/schema.json @@ -71,7 +71,7 @@ "matchgrid_id": { "notnull": false }, "username": { "XXX": "we don't currently define username anywhere, ie there is no users table", - "type": "string", "size": 128 + "type": "string", "size": 320 }, "permission": { "type": "string", "size": 2 } }, @@ -248,4 +248,4 @@ "XXX": "a list of tables to manually drop, not yet implemented" } ] -} \ No newline at end of file +}