stuysu/api.stuyactivities.org

Migrate `adminMessage` in `membershipRequests` from VARCHAR to `mediumtext` or greater

Opened this issue · 1 comments

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.

Do note that all changes should be based against patches, not master at this time.