CC-3174 : showbuilder
change columns sample rate and bitrate to be integers so they sort properly in the library.
This commit is contained in:
parent
73a91e6982
commit
36cf8ded18
6 changed files with 53 additions and 35 deletions
|
@ -77,8 +77,8 @@ CREATE TABLE "cc_files"
|
|||
"md5" CHAR(32),
|
||||
"track_title" VARCHAR(512),
|
||||
"artist_name" VARCHAR(512),
|
||||
"bit_rate" VARCHAR(32),
|
||||
"sample_rate" VARCHAR(32),
|
||||
"bit_rate" INTEGER,
|
||||
"sample_rate" INTEGER,
|
||||
"format" VARCHAR(128),
|
||||
"length" interval default '00:00:00',
|
||||
"album_title" VARCHAR(512),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue