Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update schema.json (COmanage#8, NOJIRA)
username string length has to support ePUID identifier
Ioannis committed Sep 17, 2021
1 parent 9906a09 commit b477c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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"
}
]
}
}

0 comments on commit b477c2e

Please sign in to comment.