Skip to content

[NO JIRA]Update schema.json #8

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 }
},
@@ -248,4 +248,4 @@
"XXX": "a list of tables to manually drop, not yet implemented"
}
]
}
}