Merge branch 'cc-3018-silence-detection' into devel

This commit is contained in:
James 2013-01-03 14:08:21 -05:00
commit a1837366be
16 changed files with 239 additions and 31 deletions

View file

@ -94,6 +94,8 @@ CREATE TABLE "cc_files"
"soundcloud_upload_time" TIMESTAMP(6),
"replay_gain" NUMERIC,
"owner_id" INTEGER,
"cuein" interval default '00:00:00',
"cueout" interval default '00:00:00',
"hidden" BOOLEAN default 'f',
PRIMARY KEY ("id")
);