CC-2994: Upgrade: database change for SoundCloud upload
- changed soundcloud_link_to_file length to 4096
This commit is contained in:
parent
dd0c03570c
commit
6eff9d124e
4 changed files with 4 additions and 4 deletions
|
@ -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")
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue