add missing comma in schema file
This commit is contained in:
parent
d3da1bb50b
commit
4d528dfcd4
1 changed files with 1 additions and 1 deletions
|
|
@ -515,7 +515,7 @@ CREATE TABLE cg_users (
|
|||
-- here we track the buildroots on the machines
|
||||
CREATE TABLE buildroot (
|
||||
id SERIAL NOT NULL PRIMARY KEY,
|
||||
br_type INTEGER NOT NULL
|
||||
br_type INTEGER NOT NULL,
|
||||
cg_id INTEGER REFERENCES content_generator (id),
|
||||
cg_version TEXT,
|
||||
CONSTRAINT cg_sane CHECK (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue