loolabs / waterpark

Waterloo's social park
http://waterpark.loo-labs.vercel.app
ISC License
4 stars 0 forks source link

Extend description and links limits in database. #140

Closed KTong821 closed 3 years ago

KTong821 commented 3 years ago

Postgres & MikroORM defaults to 255 character max length strings (255 is the largest number you can store in one byte FYI). Several club/event descriptions and links need over 255 characters, so a migration is needed to update the DB to fix this.