Migrate `adminMessage` in `membershipRequests` from VARCHAR to `mediumtext` or greater
Opened this issue · 1 comments
TheEgghead27 commented
Membership request messages are currently limited to 255 characters, though this limit is not communicated in the frontend. It may be reasonable to extend this limit to a mediumtext to allow for longer messages.
TheEgghead27 commented
Do note that all changes should be based against patches
, not master
at this time.