webknossos icon indicating copy to clipboard operation
webknossos copied to clipboard

jobs._dataStore should be VARCHAR instead of CHAR

Open fm3 opened this issue 3 years ago • 0 comments

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.

fm3 avatar Jan 06 '22 09:01 fm3