I want to drop the origname field... or more precicely drop the filename field and rename origname to it. The current value of filename can be found by calling basename(filepath) so it's storing redundant information. The origname is much more useful and can be treated as the filename.

CommentFileSizeAuthor
#1 audio_origname_0.patch8.82 KBdrewish
audio_origname.patch8.12 KBdrewish

Comments

drewish’s picture

Status: Needs review » Fixed
StatusFileSize
new8.82 KB

forgot to remove the field from the CREATE TABLEs.

committing the attached patch.

Anonymous’s picture

Status: Fixed » Closed (fixed)