Skip to content

[NO JIRA]Update schema.json #8

Merged
merged 1 commit into from
Sep 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/config/schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
},
Expand Down Expand Up @@ -248,4 +248,4 @@
"XXX": "a list of tables to manually drop, not yet implemented"
}
]
}
}