From b477c2ea68ea7650ced9cdf9fa7d1cca9898e6be Mon Sep 17 00:00:00 2001 From: Ioannis Igoumenos Date: Sat, 18 Sep 2021 02:39:18 +0300 Subject: [PATCH] Update schema.json (#8, NOJIRA) 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 3308eae4b..af00bdb21 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 } }, @@ -249,4 +249,4 @@ "XXX": "a list of tables to manually drop, not yet implemented" } ] -} \ No newline at end of file +}