Opened 17 years ago

Closed 17 years ago

#2753 closed defect (fixed)

music_genres.genre field is way too small

Reported by: xris Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythmusic Version: 0.20
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Currently defined as varchar(25), which is hopefully a typo. Anyway, it should be varchar(255).

Change History (1)

comment:1 Changed 17 years ago by stuartm

Resolution: fixed
Status: newclosed

(In [12465]) Increases the genre column size in the music_genres table from 25 to 255. Closes #2753

Note: See TracTickets for help on using tickets.