1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 17:59:21 +02:00
ampache/sql
Phyks (Lucas Verney) b8e28b676d Fix for issue #1214.
Homogeneize `username` field length in SQL database.

Set the `VARCHAR` field used for `username` to have a maximum size of
255, which was the highest value used across the tables. This should fix
some errors with MySQL strict mode (and potentially unnoticed previous
errors).

Also edited the `fullname` field length to match the `username` field
length.

Closes #1214.
2016-06-15 15:07:05 +02:00
..
ampache.sql Fix for issue #1214. 2016-06-15 15:07:05 +02:00