Update 5202 tries to create the 'remote_size' field in the 'audio' module twice -- the first time as a varchar, the second as an int. This gives a warning on install/upgrade. Easy fix, except for the part of knowing which it *should* be, which I have no idea so I'll leave the patch to someone else.

Comments

drewish’s picture

ah, yeah. the varchar should be named 'remote_path' but since they're not used it might make more sense to just drop both of them.

tbartels’s picture

Patches for both conditions attached, someone just needs to decide which path is correct, I guess.