cc-3936: Ran propgen to generate schema changes

This commit is contained in:
Rudi Grinberg 2012-08-23 13:49:49 -04:00
parent e2d9f220f8
commit 996dcfd35f
5 changed files with 9 additions and 6 deletions

View file

@ -93,7 +93,7 @@ CREATE TABLE "cc_files"
"soundcloud_link_to_file" VARCHAR(4096),
"soundcloud_upload_time" TIMESTAMP(6),
"replay_gain" VARCHAR(16),
"owner_id" INTEGER NOT NULL,
"owner_id" INTEGER,
PRIMARY KEY ("id")
);