CC-2994: Upgrade: database change for SoundCloud upload

- changed soundcloud_link_to_file length to 4096
This commit is contained in:
James 2011-11-03 10:30:01 -04:00
parent dd0c03570c
commit 6eff9d124e
4 changed files with 4 additions and 4 deletions

View file

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