bihealth / sodar-core

SODAR Core: A Django-based framework for building scientific data management web apps
MIT License
9 stars 1 forks source link

Remove maximum length from AppSetting.value #1443

Closed mikkonie closed 2 months ago

mikkonie commented 2 months ago

I don't really see the point of this limit and I can't find a reason why it is there. We should instead go with the default limit which is, afaik, basically "whatever the database can handle".

Basically should remove APP_SETTING_VAL_MAXLENGTH and all checks for it.

mikkonie commented 2 months ago

Done.