Upgrade script fix

This commit is contained in:
drigato 2014-11-10 10:50:15 -05:00
parent 13f6b693d6
commit 6b058ade0b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
CREATE TABLE cloud_file
(
id serial NOT NULL default nextval('cloud_file_id_seq'::regclass),
id serial NOT NULL,
resource_id text NOT NULL,
cc_file_id integer,
CONSTRAINT cloud_file_pkey PRIMARY KEY (id),