Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: daf_butler
-
Story Points:1
-
Team:Architecture
-
Urgent?:No
Description
Simon Krughoff reported that he was ending up with filenames that were too long for the column definition in the datastore records table.
Currently the file path is 256 characters but we have lots of directories in the default template and the collection appears twice. A collection can be 64 characters so half the path can be taken up solely by the collection.
Consider using TEXT for this field rather than going to VARCHAR(512).
TEXT seems to do the right thing on sqlite. Not sure how to test the branch on postgres.