Upgrade script fix
This commit is contained in:
parent
13f6b693d6
commit
6b058ade0b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
CREATE TABLE cloud_file
|
CREATE TABLE cloud_file
|
||||||
(
|
(
|
||||||
id serial NOT NULL default nextval('cloud_file_id_seq'::regclass),
|
id serial NOT NULL,
|
||||||
resource_id text NOT NULL,
|
resource_id text NOT NULL,
|
||||||
cc_file_id integer,
|
cc_file_id integer,
|
||||||
CONSTRAINT cloud_file_pkey PRIMARY KEY (id),
|
CONSTRAINT cloud_file_pkey PRIMARY KEY (id),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue