Active
Project:
Audio
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 May 2009 at 04:55 UTC
Updated:
8 Sep 2009 at 18:53 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | alter remote_size ('type' => 'varchar') to remote_path | 366 bytes | tbartels |
| #2 | remove both remote_size field definitions | 795 bytes | tbartels |
Comments
Comment #1
drewish commentedah, 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.
Comment #2
tbartels commentedPatches for both conditions attached, someone just needs to decide which path is correct, I guess.