dsu1/Archivist

Add Character Length Limits to Content and Archive text fields

Opened this issue · 0 comments

dsu1 commented

Add length limits to the Archives and Contents model validations.

Archive descriptions should perhaps be 255 characters long.

Content links and titles should be 255 characters long and its description should be 600 characters long.

This will require a migration to alter the content table to set the text column to the text data type from string.