geoff-maddock / events-tracker

CRM and calendar to track events, weekly and monthly series, promoters, artists, producers, djs, venues and other entities.
https://arcane.city
MIT License
15 stars 5 forks source link

Tags > Limit length #1194

Closed geoff-maddock closed 5 months ago

geoff-maddock commented 5 months ago

Currently can be 255. Change to 32 and enforce with validation. 16 is the longest in the actual DB

geoff-maddock commented 5 months ago

Added validation and limited to 16 chars. Changed DB column to 32