Open JaimieMurdock opened 10 years ago
This shouldn't matter now under the newly updated bannedtracks table that I've already implemented. The issues with the max key length is resolved by the fact that everything is in latin1, not utf8. This is fine because all urls are stored using html escape codes as appropriate (e.g. "dälek" is recorded as "d%c3%a4lek"). In any case, raw urls only now appear in lastfm_itemlist.
The column
lastfm_bannedtracks.item_url
is not yet updated to the new schema.The proposed change is:
However this results in the following error: