SAAS-157: Automated metrics: gather info about soundcloud usage

-done
This commit is contained in:
denise 2012-05-07 11:24:40 -04:00
parent b5db91f0f4
commit 678e573e7a
8 changed files with 180 additions and 14 deletions

View file

@ -123,6 +123,7 @@ CREATE TABLE "cc_files"
"soundcloud_error_code" INTEGER,
"soundcloud_error_msg" VARCHAR(512),
"soundcloud_link_to_file" VARCHAR(4096),
"soundcloud_upload_time" TIMESTAMP(6),
PRIMARY KEY ("id"),
CONSTRAINT "cc_files_gunid_idx" UNIQUE ("gunid")
);