Upgrade sql was missing the storage_backend column

This commit is contained in:
drigato 2014-12-18 18:55:37 -05:00
parent 28a06136aa
commit 6ee97d9c53
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ CREATE TABLE cloud_file
(
id serial NOT NULL,
resource_id text NOT NULL,
storage_backend text NOT NULL,
cc_file_id integer NOT NULL,
CONSTRAINT cloud_file_pkey PRIMARY KEY (id),
CONSTRAINT "cloud_file_FK_1" FOREIGN KEY (cc_file_id)