webknossos
webknossos copied to clipboard
jobs._dataStore should be VARCHAR instead of CHAR
In the postgres table, the reference to the datastore is currently stored as CHAR(256) in the webknossos.jobs table. This leads to padding with spaces, which needs to be trimmed when loading from the db. Should be VARCHAR.